From cb518292c009f7c0834746831f5b9557b5ee599a Mon Sep 17 00:00:00 2001 From: Sanj Date: Fri, 10 Aug 2012 03:35:30 +0530 Subject: [PATCH] add pagination --- chaloBEST/templates/fuzzystops.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/chaloBEST/templates/fuzzystops.html b/chaloBEST/templates/fuzzystops.html index 4a1d25b..8967855 100644 --- a/chaloBEST/templates/fuzzystops.html +++ b/chaloBEST/templates/fuzzystops.html @@ -48,13 +48,14 @@ $(function() { lastOpt.attr("selected") ? $(this).removeClass("notlastStop") : $(this).addClass("notlastStop"); $(this).parents('tr').find('.submitFuzzyEdit').click(); }); - +/* $('#reloadPage').click(function() { var start = $('#start').val(); var end = $('#end').val(); var url = location.pathname + "?start=" + start + "&end=" + end; window.location.href = url; }); +*/ }); function saveUNR(elem, markChecked) { @@ -91,9 +92,10 @@ function saveUNR(elem, markChecked) {
Total Unique Routes remaining: {{ total }}   - Showing to   - - +
+ Showing to   + +