temporarily remove has_list check in JS

This commit is contained in:
Sanj 2011-09-10 08:07:07 +05:30
parent bbf9f4b19a
commit bed11b0aa4

View File

@ -69,7 +69,7 @@ $(function() {
// $('#loadingList').hide();
stopListLoading(data.page);
/* begin if for has_list, ideally make into separate render function */
if (data.has_list) {
// if (data.has_list) {
/* handle sort options on list */
$select = $('#orderBySelect');
$select.empty();
@ -86,7 +86,7 @@ $(function() {
displayList(data.page.items);
/* end display initial list */
}
// }
/* end if has_list */