Hide the 'Load More' button while loading
[blerg.git] / www / jssrc / blerg / User.js
index 57366fb..992b53f 100644 (file)
@@ -68,6 +68,7 @@ enyo.kind({
     },
     loadItems: function(from, to) {
         this.inherited(arguments);
+        this.$.loadMoreButton.hide();
         this.$.api.loadUserRecords(this.username, from, to);
     },
     itemsLoaded: function(inSender, inEvent) {