Fixed plugin settings being displayed in other settings pages

This commit is contained in:
Erin879
2019-08-03 15:09:43 +01:00
parent 9897926864
commit 8c9d51fd0a
+1 -1
View File
@@ -104,7 +104,7 @@ function init (client, serverSettings, $) {
showPluginsSettings.toggle(hasPluginsToShow);
const bs = $('.browserSettings');
const bs = $('#browserSettings');
const toggleCheckboxes = [];
if (pluginPrefs.length > 0) {