Prechádzať zdrojové kódy

try to use console button

andre 4 rokov pred
rodič
commit
bdd0ab1fa6

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

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