installer: Fix setting a custom $wgMetaNamespace
authorKunal Mehta <legoktm@member.fsf.org>
Fri, 6 Apr 2018 23:02:49 +0000 (16:02 -0700)
committerKunal Mehta <legoktm@member.fsf.org>
Fri, 6 Apr 2018 23:02:49 +0000 (16:02 -0700)
commit445622563fa96719542cdcf6d781e2a8fe8f4e5e
treeed323fffce3a17ce4693c8420745666e52be71d1
parenta7e2b91b2c72f3522a7a9c3c957a43309e70b92e
installer: Fix setting a custom $wgMetaNamespace

`$textbox.removeProp('readonly')` has no effect and leaves the input
still as readonly, so instead use `$textbox.prop( 'readonly', false )`,
which does work.

Bug: T188415
Change-Id: I898c5605caf383cc992a948f14294193460f761b
mw-config/config.js