From 03481f3b09d5f5ceeda97276a3137b48010a189b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Daubensch=C3=BCtz?= Date: Wed, 9 Dec 2015 13:04:15 +0100 Subject: [PATCH] Fix bug: Old edition HTTP request holds loading data for new edition request --- js/stores/edition_store.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/js/stores/edition_store.js b/js/stores/edition_store.js index 6a129ac1..53a16cc4 100644 --- a/js/stores/edition_store.js +++ b/js/stores/edition_store.js @@ -24,9 +24,7 @@ class EditionStore { onFetchEdition(idToFetch) { this.editionMeta.idToFetch = idToFetch; - if(!this.getInstance().isLoading()) { - this.getInstance().lookupEdition(); - } + this.getInstance().lookupEdition(); } onSuccessFetchEdition(res) {