2 * This module enables double-click-to-edit functionality.
6 mw
.util
.$content
.dblclick( function ( e
) {
8 // Trigger native HTMLElement click instead of opening URL (bug 43052)
9 $( '#ca-edit a' ).get( 0 ).click();
12 }( mediaWiki
, jQuery
) );