https://bugzilla.wikimedia.org/show_bug.cgi?id=27894
Platonides <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Platonides <[email protected]> 2011-03-06 14:54:27 UTC --- It was added directly to the body tag. $bodyAttrs['ondblclick'] = "document.location = '" . Xml::escapeJsString( $this->getTitle()->getEditURL() ) . "'"; However, <div id="bodyContent"> is added dirrectly by the skin, it doesn't seem a good idea to add it there. So yes, an event listener seems the way to go. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
