TheDJ has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/223017

Change subject: Toolbar: Let's remove a speedup loop...
......................................................................

Toolbar: Let's remove a speedup loop...

Change-Id: I3e965dda1c48195d7c11f1d7f23a09dd8447cfc7
---
M modules/jquery.wikiEditor.toolbar.js
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/WikiEditor 
refs/changes/17/223017/1

diff --git a/modules/jquery.wikiEditor.toolbar.js 
b/modules/jquery.wikiEditor.toolbar.js
index 60d15ad..0717b59 100644
--- a/modules/jquery.wikiEditor.toolbar.js
+++ b/modules/jquery.wikiEditor.toolbar.js
@@ -636,7 +636,7 @@
                                                                
$section.trigger( 'loadSection' );
                                                                animate( $that 
);
                                                                
$that.removeClass( 'loading' );
-                                                       }, 1000 );
+                                                       } );
                                                } else {
                                                        animate( $( this ) );
                                                        $( this ).addClass( 
'current' );

-- 
To view, visit https://gerrit.wikimedia.org/r/223017
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3e965dda1c48195d7c11f1d7f23a09dd8447cfc7
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/WikiEditor
Gerrit-Branch: master
Gerrit-Owner: TheDJ <hartman.w...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to