diff options
author | siikamiika <siikamiika@users.noreply.github.com> | 2020-02-14 23:17:21 +0200 |
---|---|---|
committer | siikamiika <siikamiika@users.noreply.github.com> | 2020-02-14 23:17:21 +0200 |
commit | 548c67ef1ce2a0aa8859dc458e003a98ad5b9ed6 (patch) | |
tree | a69387d1a09ecdf4491a65783765c21917e4ec5a | |
parent | c09a3ded1d694887e4e9ff48cc3c387abdbb2065 (diff) |
remove extra setContentToken check from Display
-rw-r--r-- | ext/mixed/js/display.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/mixed/js/display.js b/ext/mixed/js/display.js index 178567ab..e4be4c83 100644 --- a/ext/mixed/js/display.js +++ b/ext/mixed/js/display.js @@ -367,8 +367,6 @@ class Display { window.focus(); } - if (this.setContentToken !== token) { return; } - this.definitions = definitions; if (context.disableHistory) { delete context.disableHistory; @@ -427,8 +425,6 @@ class Display { window.focus(); } - if (this.setContentToken !== token) { return; } - this.definitions = definitions; if (context.disableHistory) { delete context.disableHistory; |