https://bugzilla.wikimedia.org/show_bug.cgi?id=17193
--- Comment #6 from Lupo <[email protected]> 2009-01-28 20:48:59 UTC --- Aaron, could you please give that new hidden field an ID so that it can be checked for easily in JS? - Xml::hidden( 'wpForReUpload', $this->mForReUpload ) . + Xml::hidden( 'wpForReUpload', $this->mForReUpload, , array( 'id' => 'wpForReUpload' ) ) . -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
