Gerrit Patch Uploader has uploaded a new change for review.

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

Change subject: Remove retry message and button on retry
......................................................................

Remove retry message and button on retry

* This also prevents multiple parallel retries.

Change-Id: Icc6fdaec6cc9289347d3065c54bdc9dd61e04ed9
---
M modules/ext.categoryTree.js
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/CategoryTree 
refs/changes/14/267714/1

diff --git a/modules/ext.categoryTree.js b/modules/ext.categoryTree.js
index 611ed77..d2c39af 100644
--- a/modules/ext.categoryTree.js
+++ b/modules/ext.categoryTree.js
@@ -91,6 +91,7 @@
                                        .attr( 'href', '#' )
                                        .click( function ( e ) {
                                                e.preventDefault();
+                                               $children.empty();
                                                loadChildren( $link, $children 
);
                                        } );
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Icc6fdaec6cc9289347d3065c54bdc9dd61e04ed9
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CategoryTree
Gerrit-Branch: master
Gerrit-Owner: Gerrit Patch Uploader <gerritpatchuploa...@gmail.com>

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

Reply via email to