Skip to content

Commit

Permalink
lint fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Matr1x-101 committed Oct 17, 2024
1 parent 5a3146a commit 8da6362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/twinkleconfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -990,7 +990,7 @@ Twinkle.config.init = function twinkleconfigInit() {
if (!document.getElementById('twinkle-config')) {
return; // maybe the page is misconfigured, or something - but any attempt to modify it will be pointless
}

// set style to nothing to prevent conflict with external css
document.getElementById('twinkle-config').removeAttribute('style');
document.getElementById('twinkle-config-titlebar').removeAttribute('style');
Expand Down

0 comments on commit 8da6362

Please sign in to comment.