mirror of
https://github.com/bckelley/cgm-remote-monitor.git
synced 2026-08-24 03:14:12 -05:00
Fixed plugin settings being displayed in other settings pages
This commit is contained in:
@@ -104,7 +104,7 @@ function init (client, serverSettings, $) {
|
||||
|
||||
showPluginsSettings.toggle(hasPluginsToShow);
|
||||
|
||||
const bs = $('.browserSettings');
|
||||
const bs = $('#browserSettings');
|
||||
const toggleCheckboxes = [];
|
||||
|
||||
if (pluginPrefs.length > 0) {
|
||||
|
||||
Reference in New Issue
Block a user