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

styling

parent be961240
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ define(['jquery', 'underscore', 'backbone'], function($, _, Backbone){
this.popup.focus();
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;
$(this.popup).unload(function(){
self.onClose();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment