Skip to content

Commit

Permalink
Changed quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
huashengdun committed Apr 9, 2018
1 parent f77aa11 commit 0f8771f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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]);
Expand Down

0 comments on commit 0f8771f

Please sign in to comment.