From: Fomafix Date: Tue, 2 Apr 2019 08:26:27 +0000 (+0200) Subject: protect.js: Remove JavaScript global variable window.ProtectionForm X-Git-Tag: 1.34.0-rc.0~2177^2 X-Git-Url: http://git.cyclocoop.org/?a=commitdiff_plain;h=1388e3c66d0b6de4179a97f6a7d0658eabac586c;p=lhc%2Fweb%2Fwiklou.git protect.js: Remove JavaScript global variable window.ProtectionForm The JavaScript global variable window.ProtectionForm is not needed since c805e14eec7b. Bug: T35871 Change-Id: I9089640d6c0058da14ba179fba9656fc7a4f5c68 --- diff --git a/resources/src/mediawiki.legacy/protect.js b/resources/src/mediawiki.legacy/protect.js index 1d0e33507c..4f89f7c49f 100644 --- a/resources/src/mediawiki.legacy/protect.js +++ b/resources/src/mediawiki.legacy/protect.js @@ -4,7 +4,7 @@ reasonCodePointLimit = mw.config.get( 'wgCommentCodePointLimit' ), reasonByteLimit = mw.config.get( 'wgCommentByteLimit' ); - ProtectionForm = window.ProtectionForm = { + ProtectionForm = { /** * Set up the protection chaining interface (i.e. "unlock move permissions" checkbox) * on the protection form