Browse Source

try to use console button

andre 4 years ago
parent
commit
9c8547873a

+ 1 - 1
templates/client/default/assets/js/defaultComponents/__vue_app_object.js

@@ -578,7 +578,7 @@ var mgDefauleVueObject = {
                     });
                     });
 
 
                     if (targetSize) {
                     if (targetSize) {
-                        window.open(self.targetUrl, '', 'width=300,height=200');
+                        window.open(self.targetUrl, '', targetSize);
                     } else {
                     } else {
                         window.open(self.targetUrl, '', 'width=300,height=200');
                         window.open(self.targetUrl, '', 'width=300,height=200');
                     }
                     }