From 243ccf10d0c86bbbf822d28e09aa9d9baaf946de Mon Sep 17 00:00:00 2001 From: Keegan McAllister Date: Fri, 5 Apr 2013 16:37:46 -0400 Subject: [PATCH] Normalize directory names for jQuery plugins (imported from commit 46a4c97f176066fcb56e7943f7b3c25cdc089e4d) --- templates/zephyr/index.html | 10 +++++----- .../{jcaret => jquery-caret}/jquery.caret.1.02.js | 0 .../{jcaret => jquery-caret}/jquery.caret.1.02.min.js | 0 .../{jquery => jquery-filedrop}/jquery.filedrop.js | 0 .../third/{jquery => jquery-form}/jquery.form.js | 0 .../{jquery => jquery-highlight}/jquery.highlight.js | 0 .../third/{jquery.idle => jquery-idle}/jquery.idle.js | 0 7 files changed, 5 insertions(+), 5 deletions(-) rename zephyr/static/third/{jcaret => jquery-caret}/jquery.caret.1.02.js (100%) rename zephyr/static/third/{jcaret => jquery-caret}/jquery.caret.1.02.min.js (100%) rename zephyr/static/third/{jquery => jquery-filedrop}/jquery.filedrop.js (100%) rename zephyr/static/third/{jquery => jquery-form}/jquery.form.js (100%) rename zephyr/static/third/{jquery => jquery-highlight}/jquery.highlight.js (100%) rename zephyr/static/third/{jquery.idle => jquery-idle}/jquery.idle.js (100%) diff --git a/templates/zephyr/index.html b/templates/zephyr/index.html index f206007e02..4f7d44c19d 100644 --- a/templates/zephyr/index.html +++ b/templates/zephyr/index.html @@ -21,15 +21,15 @@ var page_params = {{ page_params }}; - - - - + + + + - + diff --git a/zephyr/static/third/jcaret/jquery.caret.1.02.js b/zephyr/static/third/jquery-caret/jquery.caret.1.02.js similarity index 100% rename from zephyr/static/third/jcaret/jquery.caret.1.02.js rename to zephyr/static/third/jquery-caret/jquery.caret.1.02.js diff --git a/zephyr/static/third/jcaret/jquery.caret.1.02.min.js b/zephyr/static/third/jquery-caret/jquery.caret.1.02.min.js similarity index 100% rename from zephyr/static/third/jcaret/jquery.caret.1.02.min.js rename to zephyr/static/third/jquery-caret/jquery.caret.1.02.min.js diff --git a/zephyr/static/third/jquery/jquery.filedrop.js b/zephyr/static/third/jquery-filedrop/jquery.filedrop.js similarity index 100% rename from zephyr/static/third/jquery/jquery.filedrop.js rename to zephyr/static/third/jquery-filedrop/jquery.filedrop.js diff --git a/zephyr/static/third/jquery/jquery.form.js b/zephyr/static/third/jquery-form/jquery.form.js similarity index 100% rename from zephyr/static/third/jquery/jquery.form.js rename to zephyr/static/third/jquery-form/jquery.form.js diff --git a/zephyr/static/third/jquery/jquery.highlight.js b/zephyr/static/third/jquery-highlight/jquery.highlight.js similarity index 100% rename from zephyr/static/third/jquery/jquery.highlight.js rename to zephyr/static/third/jquery-highlight/jquery.highlight.js diff --git a/zephyr/static/third/jquery.idle/jquery.idle.js b/zephyr/static/third/jquery-idle/jquery.idle.js similarity index 100% rename from zephyr/static/third/jquery.idle/jquery.idle.js rename to zephyr/static/third/jquery-idle/jquery.idle.js