Index: trunk/extensions/InlineEditor/jquery.inlineEditor.basicEditor.js |
— | — | @@ -117,7 +117,7 @@ |
118 | 118 | // highlight the text orange and have it fade to blue again |
119 | 119 | // this is a visual indicator to where the element is now |
120 | 120 | $orig.addClass( 'lastEdit' ); |
121 | | - $orig.removeClass( 'lastEdit', 20000 ); |
| 121 | + $orig.removeClass( 'lastEdit', 800 ); |
122 | 122 | }, |
123 | 123 | |
124 | 124 | /** |