From 955c5c87a261ad4083e4b3f1579625a2b53eb912 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Sat, 13 Dec 2014 01:56:04 +0100 Subject: web: filter/highlight ui, many fixes --- web/src/js/store/store.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/src/js/store') diff --git a/web/src/js/store/store.js b/web/src/js/store/store.js index 30932f18..cc862aeb 100644 --- a/web/src/js/store/store.js +++ b/web/src/js/store/store.js @@ -83,7 +83,7 @@ _.extend(LiveStoreMixin.prototype, { } if (event.type === this.type) { if (event.cmd === StoreCmds.RESET) { - this.fetch(); + this.fetch(event.data); } else if (this._updates_before_fetch) { console.log("defer update", event); this._updates_before_fetch.push(event); -- cgit v1.2.3