From 0d467e8457a985f003e54400d5dc6871a940ed40 Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Tue, 12 Feb 2013 14:15:21 -0500 Subject: [PATCH] Add global JS and post methods --- web/views/templates/base | 37 +++++++-------- web/views/templates/global_scripts.js | 68 +++++++++++++++++++++++++++ 2 files changed, 86 insertions(+), 19 deletions(-) create mode 100644 web/views/templates/global_scripts.js diff --git a/web/views/templates/base b/web/views/templates/base index 2257805..2318e62 100644 --- a/web/views/templates/base +++ b/web/views/templates/base @@ -36,7 +36,7 @@ List of block elements in this page: {% block global_scripts %} {% endblock %} @@ -52,28 +52,27 @@ List of block elements in this page: - {# Navbar code #} -