diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-09-05 22:03:35 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-05 22:03:35 -0400 |
commit | 44f38c4dea6d517bb7657063ed2394745945c1f8 (patch) | |
tree | 9a1e9f4eb781a8b551730284a6360cdcb6bf9c0a /ext/mixed | |
parent | 55770934f807d94d35a99e739b2ee326bfd4afbd (diff) |
Popup window (#773)
* Add option usePopupWindow
* Add PopupWindow class
* Add support for creating PopupWindow
Diffstat (limited to 'ext/mixed')
-rw-r--r-- | ext/mixed/js/display.js | 1 |
1 files changed, 1 insertions, 0 deletions
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' |