Changed quotes

This commit is contained in:
Sheng
2018-04-09 09:40:07 +08:00
parent f77aa11ee5
commit 0f8771f077
+1 -1
View File
@@ -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]);