Browse Source

helios: Do not used target name in popup.

Helios could not be opened in brave if it is.
Herby Vojčík 6 years ago
parent
commit
ecf8d1fea4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      index.js

+ 1 - 1
index.js

@@ -6,7 +6,7 @@ define(["require"], function (require) {
             return require.toUrl('./index.html') + "#" + encodeURIComponent(a.href);
         },
         popup: function () {
-            window.open(this.pageUrl(), "Helios", "menubar=no, width=1000, height=600");
+            window.open(this.pageUrl(), undefined, "menubar=no, width=1000, height=600");
         },
         go: function () {
             window.location.href = this.pageUrl();