commit | 038548515a14755ff68bb5a85110bb22f4986691 | [log] [tgz] |
---|---|---|
author | Tyler Scott <tyduptyler13@gmail.com> | Fri Aug 07 15:45:10 2015 -0600 |
committer | Tyler Scott <tyduptyler13@gmail.com> | Mon Aug 10 15:25:28 2015 -0600 |
tree | caef8002dac96d9e200fc6c992e99ad163b1ac7f | |
parent | ff4c3c38c793977b6a1fd5517925908e5bfa51a5 [diff] [blame] |
Fixed a few small bugs. Largely cosmetic. Change-Id: Ifd90288720a330a34d98d83515a0f62925765926
diff --git a/client/catalog/js/catalog.js b/client/catalog/js/catalog.js index b84ed46..4c1c560 100644 --- a/client/catalog/js/catalog.js +++ b/client/catalog/js/catalog.js
@@ -299,6 +299,8 @@ function(interest, data){ //Response if (data.getContent().length === 0){ + scope.pagers.find('.totalResults').text(0); + scope.pagers.find('.pageNumber').text(0); console.log("Empty response."); return; }