mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/WikiEditor
synced 2024-11-24 00:06:49 +00:00
Fix syntax error from r77928
This commit is contained in:
parent
151f0b5133
commit
c4dcd265e4
|
@ -253,7 +253,7 @@ fn: {
|
|||
$template.parent().attr('contentEditable', 'false');
|
||||
}
|
||||
|
||||
$template.click( function(event) {event.preventDefault(); return false;}; )
|
||||
$template.click( function(event) {event.preventDefault(); return false;} );
|
||||
|
||||
$template.find( '.wikiEditor-template-name' )
|
||||
.click( function( event ) {
|
||||
|
|
Loading…
Reference in a new issue