From 97a17f64a21c518fd3fabaa27d889490f9a9bc08 Mon Sep 17 00:00:00 2001 From: Subhodip Biswas Date: Thu, 10 May 2012 16:21:34 +0530 Subject: [PATCH] Stop editor form field visible on click --- chaloBEST/static/js/buseditor.js | 4 ++-- chaloBEST/templates/buseditor.html | 11 +++++++---- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/chaloBEST/static/js/buseditor.js b/chaloBEST/static/js/buseditor.js index 70bef40..eedc741 100644 --- a/chaloBEST/static/js/buseditor.js +++ b/chaloBEST/static/js/buseditor.js @@ -1,6 +1,6 @@ (function($) { - var API_BASE = 'http://localhost:8000/1.0/'; - console.log(API_BASE); + var API_BASE = 'http://chalobest.in/1.0/'; + //console.log(API_BASE); var clickedName = 'stops'; var searchQuery = 'None'; var url1 = API_BASE + clickedName + '/' + '?q='; diff --git a/chaloBEST/templates/buseditor.html b/chaloBEST/templates/buseditor.html index 25ab622..f86b075 100644 --- a/chaloBEST/templates/buseditor.html +++ b/chaloBEST/templates/buseditor.html @@ -6,9 +6,10 @@ {% block head %} + - + @@ -24,7 +25,7 @@ - + @@ -37,14 +38,16 @@ This BEST Bus stop editor allows you to edit Stops and Areas.

- + - + + +