JGonera has uploaded a new change for review.
https://gerrit.wikimedia.org/r/70459
Change subject: Regression: show uploads tutorial for users with no uploads
......................................................................
Regression: show uploads tutorial for users with no uploads
We missed that after adding infinite scroll. Also, remove the code for
hiding the uploads count, this is done in PHP now.
Change-Id: I60a09354052613312fc88eeafd1c097177ed3ac9
---
M javascripts/specials/uploads.js
1 file changed, 3 insertions(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MobileFrontend
refs/changes/59/70459/1
diff --git a/javascripts/specials/uploads.js b/javascripts/specials/uploads.js
index 165e915..ba6b3a1 100644
--- a/javascripts/specials/uploads.js
+++ b/javascripts/specials/uploads.js
@@ -111,6 +111,9 @@
} );
} else {
self.$end.remove();
+ if ( self.isEmpty() ) {
+ self.emit( 'empty' );
+ }
}
} );
}
@@ -148,7 +151,6 @@
userGallery = new PhotoList().
appendTo( '#content' ).
on( 'empty', function() {
- $( '.ctaUploadPhoto h2' ).hide(); // hide the
count if 0 uploads have been made
new CarouselOverlay( {
pages: [
{
--
To view, visit https://gerrit.wikimedia.org/r/70459
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I60a09354052613312fc88eeafd1c097177ed3ac9
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: JGonera <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits