mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Fixed filters not working.
Part of 212.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user