From bed11b0aa4e458ae4717debf25772ce5a8a966da Mon Sep 17 00:00:00 2001 From: Sanj Date: Sat, 10 Sep 2011 08:07:07 +0530 Subject: [PATCH] temporarily remove has_list check in JS --- itf/static/js/insidepage.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/itf/static/js/insidepage.js b/itf/static/js/insidepage.js index 1b215e9..268b08e 100644 --- a/itf/static/js/insidepage.js +++ b/itf/static/js/insidepage.js @@ -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 */