Skip to content

Commit

Permalink
Disable close
Browse files Browse the repository at this point in the history
  • Loading branch information
Xi-Plus committed Dec 8, 2024
1 parent a5c5d43 commit 6c8241b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions twinkle.js
Original file line number Diff line number Diff line change
Expand Up @@ -438,9 +438,9 @@ Twinkle.load = function () {
Twinkle.diff();
Twinkle.unlink();
Twinkle.config.init();
if (Morebits.userIsInGroup('sysop')) {
Twinkle.close();
}
// if (Morebits.userIsInGroup('sysop')) {
// Twinkle.close();
// }
// Run the initialization callbacks for any custom modules
$(Twinkle.initCallbacks).each(function (k, v) {
v();
Expand Down

0 comments on commit 6c8241b

Please sign in to comment.