Fixed filters not working.

Part of 212.
This commit is contained in:
WrinklyNinja
2014-08-17 08:59:07 +01:00
parent e21e8d8c1d
commit 4b71b28180
-6
View File
@@ -146,12 +146,6 @@ function togglePlugins(evt) {
it is completed.
*/
getConflictingPluginsFromFilter().then(function(conflicts) {
if (conflicts) {
conflicts = JSON.parse(conflicts);
} else {
conflicts = [];
}
/* Start at 3rd section to skip summary and general messages. */
for (var i = 2; i < sections.length; ++i) {
var isConflictingPlugin = false;