andre 4 лет назад
Родитель
Сommit
52c83c162a

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

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