From 548c67ef1ce2a0aa8859dc458e003a98ad5b9ed6 Mon Sep 17 00:00:00 2001 From: siikamiika Date: Fri, 14 Feb 2020 23:17:21 +0200 Subject: remove extra setContentToken check from Display --- ext/mixed/js/display.js | 4 ---- 1 file changed, 4 deletions(-) (limited to 'ext') 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; -- cgit v1.2.3