Skip to content
This repository has been archived by the owner on Aug 29, 2022. It is now read-only.

Commit

Permalink
Fixed plugin settings being displayed in other settings pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Erin879 committed Aug 3, 2019
1 parent 9897926 commit 8c9d51f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/client/browser-settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ function init (client, serverSettings, $) {

showPluginsSettings.toggle(hasPluginsToShow);

const bs = $('.browserSettings');
const bs = $('#browserSettings');
const toggleCheckboxes = [];

if (pluginPrefs.length > 0) {
Expand Down

0 comments on commit 8c9d51f

Please sign in to comment.