Make sure that the old insertTags of mediawiki.action.edit.js works with each textare...
authorDerk-Jan Hartman <hartman@users.mediawiki.org>
Mon, 14 Nov 2011 23:28:48 +0000 (23:28 +0000)
committerDerk-Jan Hartman <hartman@users.mediawiki.org>
Mon, 14 Nov 2011 23:28:48 +0000 (23:28 +0000)
commit5bd5efe336b585ddc0d9a321cc6aa66f4a08242d
tree96d5a50e58fa155010d1e52d5087bc2aa408e0df
parent8ae1847dc87706e17a344520b8efd4d032686540
Make sure that the old insertTags of mediawiki.action.edit.js works with each textarea or text input field on a page.

Note. Using input:text, because input[type=text] doesn't return the input's with no type set.

This fixes bug 31682, where Extension:CharInsert wasn't working on upload pages anymore and
bug 31566, where Extension:Proofread's header and footer fields didn't work icw CharInsert
resources/mediawiki.action/mediawiki.action.edit.js