Skip to content
Snippets Groups Projects
Commit 8a2c6d68 authored by Amanda Ghassaei's avatar Amanda Ghassaei
Browse files

styling

parent be961240
Branches
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ define(['jquery', 'underscore', 'backbone'], function($, _, Backbone){ ...@@ -23,7 +23,7 @@ define(['jquery', 'underscore', 'backbone'], function($, _, Backbone){
this.popup.focus(); this.popup.focus();
return; return;
} }
this.popup = window.open('js/SerialMonitor/', '', 'height=400, width=600, titlebar=no, toolbar=no, menubar=yes, scrollbars=no, resizable=yes, location=no, directories=no, status=no'); this.popup = window.open('js/SerialMonitor/', '', 'height=700, width=900, titlebar=no, toolbar=no, menubar=yes, scrollbars=no, resizable=yes, location=no, directories=no, status=no');
var self = this; var self = this;
$(this.popup).unload(function(){ $(this.popup).unload(function(){
self.onClose(); self.onClose();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment