r75345 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r75344‎ | r75345 | r75346 >
Date:09:34, 25 October 2010
Author:janpaul123
Status:deferred
Tags:
Comment:
Removed a debug value still present in r75344
Modified paths:
  • /trunk/extensions/InlineEditor/jquery.inlineEditor.basicEditor.js (modified) (history)

Diff [purge]

Index: trunk/extensions/InlineEditor/jquery.inlineEditor.basicEditor.js
@@ -117,7 +117,7 @@
118118 // highlight the text orange and have it fade to blue again
119119 // this is a visual indicator to where the element is now
120120 $orig.addClass( 'lastEdit' );
121 - $orig.removeClass( 'lastEdit', 20000 );
 121+ $orig.removeClass( 'lastEdit', 800 );
122122 },
123123
124124 /**

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r75344New version of the InlineEditor extension. Changes:...janpaul12309:17, 25 October 2010

Status & tagging log