From: Chip Black Date: Tue, 7 Aug 2012 06:41:22 +0000 (-0700) Subject: Hide the 'Load More' button while loading X-Git-Tag: v1.7~2^2~7 X-Git-Url: http://git.bytex64.net/?a=commitdiff_plain;h=6d460ea60252c7bb6b567b06e4428e3e7986885e;p=blerg.git Hide the 'Load More' button while loading --- diff --git a/www/jssrc/blerg/User.js b/www/jssrc/blerg/User.js index 57366fb..992b53f 100644 --- a/www/jssrc/blerg/User.js +++ b/www/jssrc/blerg/User.js @@ -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) {