r92280 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r92279‎ | r92280 | r92281 >
Date:19:09, 15 July 2011
Author:inez
Status:deferred
Tags:
Comment:
Move return false insidie onclick handler
Modified paths:
  • /trunk/parsers/wikidom/demos/es/index.html (modified) (history)

Diff [purge]

Index: trunk/parsers/wikidom/demos/es/index.html
@@ -157,8 +157,8 @@
158158 } );
159159 $( '#es-toolbar-clear' ).click( function() {
160160 surface.annotateContent( 'remove', { 'type': 'all' } );
 161+ return false;
161162 } );
162 - return false;
163163 } );
164164 </script>
165165 </body>

Status & tagging log