diff --git a/pheditor.php b/pheditor.php index 3f5b728..343bf7f 100755 --- a/pheditor.php +++ b/pheditor.php @@ -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();