From 44f38c4dea6d517bb7657063ed2394745945c1f8 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Sat, 5 Sep 2020 22:03:35 -0400 Subject: Popup window (#773) * Add option usePopupWindow * Add PopupWindow class * Add support for creating PopupWindow --- ext/mixed/js/display.js | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/mixed') diff --git a/ext/mixed/js/display.js b/ext/mixed/js/display.js index 4a8605e5..ce7a4385 100644 --- a/ext/mixed/js/display.js +++ b/ext/mixed/js/display.js @@ -363,6 +363,7 @@ class Display extends EventDispatcher { '/mixed/js/frame-client.js', '/fg/js/popup.js', '/fg/js/popup-proxy.js', + '/fg/js/popup-window.js', '/fg/js/popup-factory.js', '/fg/js/frame-offset-forwarder.js', '/fg/js/frontend.js' -- cgit v1.2.3