Format file

This commit is contained in:
Hamid Samak
2020-05-15 18:37:12 +04:30
parent 23fa41b3e5
commit 1337475638

View File

@@ -1260,7 +1260,7 @@ function json_success($message, $params = [])
}
});
$(window).on("fullscreenchange", function(){
$(window).on("fullscreenchange", function() {
if (document.fullscreenElement == null) {
$("#terminal #prompt pre").css("height", "");
$(window).resize();