Index: trunk/extensions/WikiEditor/modules/jquery.wikiEditor.templateEditor.js |
— | — | @@ -253,7 +253,7 @@ |
254 | 254 | $template.parent().attr('contentEditable', 'false'); |
255 | 255 | } |
256 | 256 | |
257 | | - $template.click( function(event) {event.preventDefault(); return false;}; ) |
| 257 | + $template.click( function(event) {event.preventDefault(); return false;} ); |
258 | 258 | |
259 | 259 | $template.find( '.wikiEditor-template-name' ) |
260 | 260 | .click( function( event ) { |