From 04a58c41b1b1ef09215afee355083aa4f79b9985 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20V=C3=A9ril?= Date: Sun, 5 Jan 2020 15:58:27 +0100 Subject: [PATCH] Fix filterning --- content/multipledataset.html | 1 + 1 file changed, 1 insertion(+) diff --git a/content/multipledataset.html b/content/multipledataset.html index 3b08dbcf..2c278189 100644 --- a/content/multipledataset.html +++ b/content/multipledataset.html @@ -308,6 +308,7 @@ draft: false } const key3 = JSON.stringify(dat.method) for (const ex of dat.excitations) { + Reflect.setPrototypeOf(ex.type,excitationType.prototype) if (window.filterParams[1] & ex.type != 0) { const key2 = JSON.stringify([ex.initial, ex.final, ex.type]) if (!datadic.get(key1).has(key2)) {