aboutsummaryrefslogtreecommitdiff
path: root/ext/mixed/js/display.js
diff options
context:
space:
mode:
authorsiikamiika <siikamiika@users.noreply.github.com>2020-03-15 18:19:00 +0200
committersiikamiika <siikamiika@users.noreply.github.com>2020-03-21 22:13:07 +0200
commitb616bac66ed0735c1e7ebbaf1ceba20b081f1a6f (patch)
tree9060deb6f870e472c601b6cec050a2f60f62abca /ext/mixed/js/display.js
parent17934cce4bd7c0775ab51b69d81db585b2de14e8 (diff)
remove targetPopupId 'all'
Make unset targetPopupId mean the same thing instead
Diffstat (limited to 'ext/mixed/js/display.js')
-rw-r--r--ext/mixed/js/display.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mixed/js/display.js b/ext/mixed/js/display.js
index 9a7a91f3..6898a6eb 100644
--- a/ext/mixed/js/display.js
+++ b/ext/mixed/js/display.js
@@ -851,7 +851,7 @@ class Display {
}
setPopupVisibleOverride(visible) {
- return apiForward('popupSetVisibleOverride', {visible, targetPopupId: 'all'});
+ return apiForward('popupSetVisibleOverride', {visible});
}
setSpinnerVisible(visible) {