temporarily remove has_list check in JS
This commit is contained in:
parent
bbf9f4b19a
commit
bed11b0aa4
|
@ -69,7 +69,7 @@ $(function() {
|
||||||
// $('#loadingList').hide();
|
// $('#loadingList').hide();
|
||||||
stopListLoading(data.page);
|
stopListLoading(data.page);
|
||||||
/* begin if for has_list, ideally make into separate render function */
|
/* begin if for has_list, ideally make into separate render function */
|
||||||
if (data.has_list) {
|
// if (data.has_list) {
|
||||||
/* handle sort options on list */
|
/* handle sort options on list */
|
||||||
$select = $('#orderBySelect');
|
$select = $('#orderBySelect');
|
||||||
$select.empty();
|
$select.empty();
|
||||||
|
@ -86,7 +86,7 @@ $(function() {
|
||||||
displayList(data.page.items);
|
displayList(data.page.items);
|
||||||
/* end display initial list */
|
/* end display initial list */
|
||||||
|
|
||||||
}
|
// }
|
||||||
/* end if has_list */
|
/* end if has_list */
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user