diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-04-11 11:32:52 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-11 11:32:52 -0400 |
commit | a864cf094fd17246d47604608830ed07a4706716 (patch) | |
tree | 671b1f5e1f79e244a344b0f4b659f3e0b084dcec /ext/mixed/js/display.js | |
parent | 82dd41f58010c60a856c8c364f32a7078c112f29 (diff) | |
parent | a296c758b95b428777548f5aada1be13429faf03 (diff) |
Merge pull request #437 from toasted-nutbread/backend-api-handler-changes
Backend api handler changes
Diffstat (limited to 'ext/mixed/js/display.js')
-rw-r--r-- | ext/mixed/js/display.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/mixed/js/display.js b/ext/mixed/js/display.js index bf6990a1..63687dc2 100644 --- a/ext/mixed/js/display.js +++ b/ext/mixed/js/display.js @@ -22,9 +22,9 @@ * DisplayGenerator * WindowScroll * apiAudioGetUri + * apiBroadcastTab * apiDefinitionAdd * apiDefinitionsAddable - * apiForward * apiKanjiFind * apiNoteView * apiOptionsGet @@ -854,7 +854,7 @@ class Display { } setPopupVisibleOverride(visible) { - return apiForward('popupSetVisibleOverride', {visible}); + return apiBroadcastTab('popupSetVisibleOverride', {visible}); } setSpinnerVisible(visible) { |