Skip to content

Commit

Permalink
master log some configuration stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
BarryCarlyon authored Nov 6, 2023
1 parent 765bb55 commit 65c2cea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions extension/panel/config_service.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
/* Tell the JS Helper to load the config */
window.Twitch.ext.configuration.onChanged(() => {
master_log('configuration onChanged called');
loadSegment('global');
loadSegment('broadcaster');
loadSegment('developer');
});

function loadSegment(segment) {
master_log(`configuration interacting segment ${segment}`);
let el = document.getElementById('config_' + segment);
let elr = document.getElementById('config_' + segment + '_raw');

Expand Down

0 comments on commit 65c2cea

Please sign in to comment.