mirror of
https://github.com/netfun2000/pheditor.git
synced 2026-02-27 09:45:14 +08:00
Format file
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user