Browse Source

Changed quotes

pull/12/head
Sheng 7 years ago
parent
commit
0f8771f077
  1. 2
      static/js/main.js

2
static/js/main.js

@ -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]);

Loading…
Cancel
Save