r78088 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r78087‎ | r78088 | r78089 >
Date:19:20, 8 December 2010
Author:reedy
Status:ok
Tags:
Comment:
Fix syntax error from r77928
Modified paths:
  • /trunk/extensions/WikiEditor/modules/jquery.wikiEditor.templateEditor.js (modified) (history)

Diff [purge]

Index: trunk/extensions/WikiEditor/modules/jquery.wikiEditor.templateEditor.js
@@ -253,7 +253,7 @@
254254 $template.parent().attr('contentEditable', 'false');
255255 }
256256
257 - $template.click( function(event) {event.preventDefault(); return false;}; )
 257+ $template.click( function(event) {event.preventDefault(); return false;} );
258258
259259 $template.find( '.wikiEditor-template-name' )
260260 .click( function( event ) {

Follow-up revisions

RevisionCommit summaryAuthorDate
r780961.17: Merge recent fixes tagged on CodeReview, except for problematic revisio...catrope21:17, 8 December 2010

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r77928Some more unterminated statements (bug 26265)reedy22:51, 6 December 2010

Status & tagging log