Revert "CS-15572 : StartIndex handled incorrectly when switching between the various Filter by options while listing ISOs in the UI"
This was reverted, as another commit fixed the issue already: commit 2b2e491f27a1485338557a775e5c21179a19b32b Author: bfederle <[email protected]> Date: Tue Jul 17 11:38:56 2012 -0700 CS-15572: Fix page index for list view filters This reverts commit 374be31b63f6ea0f835495933730358380745a56. Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/e13a7a83 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/e13a7a83 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/e13a7a83 Branch: refs/heads/vpc Commit: e13a7a838794063ec3fd74dbc71dfe99a47e2f91 Parents: 5ba20b3 Author: Brian Federle <[email protected]> Authored: Tue Jul 24 11:56:11 2012 -0700 Committer: Brian Federle <[email protected]> Committed: Tue Jul 24 11:56:11 2012 -0700 ---------------------------------------------------------------------- ui/scripts/ui/widgets/listView.js | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/e13a7a83/ui/scripts/ui/widgets/listView.js ---------------------------------------------------------------------- diff --git a/ui/scripts/ui/widgets/listView.js b/ui/scripts/ui/widgets/listView.js index b9f7cc6..087f540 100644 --- a/ui/scripts/ui/widgets/listView.js +++ b/ui/scripts/ui/widgets/listView.js @@ -1261,10 +1261,6 @@ return true; }); - $listView.find('#filterBy').bind('click',function(event) { - page = 1; //Handling the case to display more than 20 entities on a page while switching between panels - return page; - }); var search = function() { page = 1; loadBody(
