We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e780a15 commit 3b36200Copy full SHA for 3b36200
assets/scripts/script.js
@@ -37,6 +37,7 @@ if ('WebSocket' in window) {
37
delete window["_" + it];
38
delete window[it + "Controller"];
39
delete window["_" + it + "Controller"];
40
+ delete window.controllerPool[it];
41
});
42
window.loadedModules = {};
43
}
0 commit comments