diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-03-25 15:59:33 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-03-25 15:59:33 -0700 |
commit | b8d0788144974daab8d55c8de1af7515a291ba4f (patch) | |
tree | 32d778204049561b7f20c2e1a914ff6840340e86 /ext/fg/js/display-frame.js | |
parent | 90eaae1725511bbc039f84f684b7b080e0fa2d44 (diff) |
wip
Diffstat (limited to 'ext/fg/js/display-frame.js')
-rw-r--r-- | ext/fg/js/display-frame.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/fg/js/display-frame.js b/ext/fg/js/display-frame.js index 8f15b1bc..d930d325 100644 --- a/ext/fg/js/display-frame.js +++ b/ext/fg/js/display-frame.js @@ -47,6 +47,10 @@ window.displayFrame = new class extends Display { } } + clearSearch() { + window.parent.postMessage('popupClose', '*'); + } + showOrphaned() { $('#content').hide(); $('#orphan').show(); |