From c1aedefbc7d88c3ab23ace3eb26da01dd33e1499 Mon Sep 17 00:00:00 2001 From: Sanj Date: Mon, 20 Feb 2012 19:37:18 +0530 Subject: [PATCH] silly - route, not routes --- chaloBEST/static/js/editstops.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chaloBEST/static/js/editstops.js b/chaloBEST/static/js/editstops.js index 0049235..322cd7e 100644 --- a/chaloBEST/static/js/editstops.js +++ b/chaloBEST/static/js/editstops.js @@ -32,7 +32,7 @@ $(function() { }); $('.list').click(function(e) { - var name = $(this).attr("id").replace("List", ""); + var name = $(this).attr("id").replace("sList", ""); //FIXME: stick name in a data attr or so? var $target = $(e.target); if (!$target.hasClass('listItem')) { return;