aboutsummaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorsiikamiika <siikamiika@users.noreply.github.com>2020-02-14 23:17:21 +0200
committersiikamiika <siikamiika@users.noreply.github.com>2020-02-14 23:17:21 +0200
commit548c67ef1ce2a0aa8859dc458e003a98ad5b9ed6 (patch)
treea69387d1a09ecdf4491a65783765c21917e4ec5a /ext
parentc09a3ded1d694887e4e9ff48cc3c387abdbb2065 (diff)
remove extra setContentToken check from Display
Diffstat (limited to 'ext')
-rw-r--r--ext/mixed/js/display.js4
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;