mirror of
https://github.com/huashengdun/webssh.git
synced 2026-08-20 04:36:42 +00:00
Changed quotes
This commit is contained in:
+1
-1
@@ -109,7 +109,7 @@ jQuery(function($){
|
||||
}
|
||||
|
||||
$(window).resize(function(){
|
||||
if (typeof term != "undefined") {
|
||||
if (typeof term != 'undefined') {
|
||||
geometry = current_geometry();
|
||||
term.geometry = geometry;
|
||||
term.resize(geometry[0], geometry[1]);
|
||||
|
||||
Reference in New Issue
Block a user