Author: alexsm333
Description:
MediaWiki:Editools stopped working on Special:Upload
since MW 1.18 changed textarea Id
I guess the easiest way to fix this is
to add #wpUploadDescription to the list of these inputs:
$('...').focus( function() { currentFocused = $(this); }
Version: 1.18.x
Severity: normal