From 41fadfd0a9efd414bc41fab95b72deffac0d77fc Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Sun, 15 Dec 2019 21:25:06 -0500 Subject: Add setChildrenSupported to popup --- ext/fg/js/popup.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ext/fg/js') diff --git a/ext/fg/js/popup.js b/ext/fg/js/popup.js index 2af734a9..552bdcf6 100644 --- a/ext/fg/js/popup.js +++ b/ext/fg/js/popup.js @@ -135,6 +135,10 @@ class Popup { } } + setChildrenSupported(value) { + this.childrenSupported = value; + } + getContainer() { return this.container; } -- cgit v1.2.3