aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pointless/viewer/stage.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/pointless/viewer/stage.js b/pointless/viewer/stage.js
index b641a9e..99e240a 100644
--- a/pointless/viewer/stage.js
+++ b/pointless/viewer/stage.js
@@ -14,7 +14,7 @@ class Stage {
14 this.audienceScreen = null; 14 this.audienceScreen = null;
15 this.presenterScreen = null; 15 this.presenterScreen = null;
16 16
17 this.projector = window.open(window.location.href); 17 this.projector = window.open(window.location.href, "_blank", "toolbar=0,location=0,menubar=0");
18 if (this.projector == null) 18 if (this.projector == null)
19 alert("Please allow pop-ups, then refresh this page."); 19 alert("Please allow pop-ups, then refresh this page.");
20 20