From eb9e712f912d80618e612931e4b74c0db23e8058 Mon Sep 17 00:00:00 2001 From: Siteshwar Vashisht Date: Sat, 19 Oct 2013 12:02:00 +0530 Subject: [PATCH] Reorganized javascript code across app, filters and controllers Moved all javascript files under js folder Removed jquery.js from repository --- share/tools/web_config/index.html | 5 +- share/tools/web_config/jquery.js | 4 - share/tools/web_config/js/app.js | 33 ++++++++ .../{fishconfig.js => js/controllers.js} | 82 ++----------------- share/tools/web_config/js/filters.js | 35 ++++++++ 5 files changed, 79 insertions(+), 80 deletions(-) delete mode 100644 share/tools/web_config/jquery.js create mode 100644 share/tools/web_config/js/app.js rename share/tools/web_config/{fishconfig.js => js/controllers.js} (90%) create mode 100644 share/tools/web_config/js/filters.js diff --git a/share/tools/web_config/index.html b/share/tools/web_config/index.html index 8b16ffde4..2b93fc8aa 100644 --- a/share/tools/web_config/index.html +++ b/share/tools/web_config/index.html @@ -4,9 +4,10 @@ fish shell configuration - - + + +