From 961bfe78d7f3ad7895c744580b94184980e45baa Mon Sep 17 00:00:00 2001 From: pacien Date: Sat, 21 Jul 2018 17:06:19 +0200 Subject: Open in a new window instead of tab --- pointless/viewer/stage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { this.audienceScreen = null; this.presenterScreen = null; - this.projector = window.open(window.location.href); + this.projector = window.open(window.location.href, "_blank", "toolbar=0,location=0,menubar=0"); if (this.projector == null) alert("Please allow pop-ups, then refresh this page."); -- cgit v1.2.3