From eb365a01fb9b0fa29f88f4cdd0e09b8d4ec76dfd Mon Sep 17 00:00:00 2001 From: Jay Sitter Date: Tue, 18 Nov 2014 10:01:37 -0500 Subject: [PATCH] _global-izing some more js & css --- .../{default => _global}/css/jquery-ui-1.10.4.custom.css | 0 .../css/jquery-ui-1.10.4.custom.min.css | 0 themes/{default => _global}/js/autoClose.js | 0 themes/{default => _global}/js/autoCompleteTags.js | 0 themes/{default => _global}/js/jquery-2.0.3.min.js | 0 themes/{default => _global}/js/jquery-ui-1.10.4.custom.js | 0 .../js/jquery-ui-1.10.4.custom.min.js | 0 themes/{default => _global}/js/popupForm.js | 0 themes/{default => _global}/js/restoreScroll.js | 0 themes/{default => _global}/js/saveLink.js | 0 themes/baggy/edit-tags.twig | 6 +++--- themes/baggy/view.twig | 2 +- themes/courgette/_view.twig | 4 ++-- themes/default/_head.twig | 8 ++++---- themes/default/edit-tags.twig | 6 +++--- themes/default/view.twig | 2 +- 16 files changed, 14 insertions(+), 14 deletions(-) rename themes/{default => _global}/css/jquery-ui-1.10.4.custom.css (100%) rename themes/{default => _global}/css/jquery-ui-1.10.4.custom.min.css (100%) rename themes/{default => _global}/js/autoClose.js (100%) rename themes/{default => _global}/js/autoCompleteTags.js (100%) rename themes/{default => _global}/js/jquery-2.0.3.min.js (100%) rename themes/{default => _global}/js/jquery-ui-1.10.4.custom.js (100%) rename themes/{default => _global}/js/jquery-ui-1.10.4.custom.min.js (100%) rename themes/{default => _global}/js/popupForm.js (100%) rename themes/{default => _global}/js/restoreScroll.js (100%) rename themes/{default => _global}/js/saveLink.js (100%) diff --git a/themes/default/css/jquery-ui-1.10.4.custom.css b/themes/_global/css/jquery-ui-1.10.4.custom.css similarity index 100% rename from themes/default/css/jquery-ui-1.10.4.custom.css rename to themes/_global/css/jquery-ui-1.10.4.custom.css diff --git a/themes/default/css/jquery-ui-1.10.4.custom.min.css b/themes/_global/css/jquery-ui-1.10.4.custom.min.css similarity index 100% rename from themes/default/css/jquery-ui-1.10.4.custom.min.css rename to themes/_global/css/jquery-ui-1.10.4.custom.min.css diff --git a/themes/default/js/autoClose.js b/themes/_global/js/autoClose.js similarity index 100% rename from themes/default/js/autoClose.js rename to themes/_global/js/autoClose.js diff --git a/themes/default/js/autoCompleteTags.js b/themes/_global/js/autoCompleteTags.js similarity index 100% rename from themes/default/js/autoCompleteTags.js rename to themes/_global/js/autoCompleteTags.js diff --git a/themes/default/js/jquery-2.0.3.min.js b/themes/_global/js/jquery-2.0.3.min.js similarity index 100% rename from themes/default/js/jquery-2.0.3.min.js rename to themes/_global/js/jquery-2.0.3.min.js diff --git a/themes/default/js/jquery-ui-1.10.4.custom.js b/themes/_global/js/jquery-ui-1.10.4.custom.js similarity index 100% rename from themes/default/js/jquery-ui-1.10.4.custom.js rename to themes/_global/js/jquery-ui-1.10.4.custom.js diff --git a/themes/default/js/jquery-ui-1.10.4.custom.min.js b/themes/_global/js/jquery-ui-1.10.4.custom.min.js similarity index 100% rename from themes/default/js/jquery-ui-1.10.4.custom.min.js rename to themes/_global/js/jquery-ui-1.10.4.custom.min.js diff --git a/themes/default/js/popupForm.js b/themes/_global/js/popupForm.js similarity index 100% rename from themes/default/js/popupForm.js rename to themes/_global/js/popupForm.js diff --git a/themes/default/js/restoreScroll.js b/themes/_global/js/restoreScroll.js similarity index 100% rename from themes/default/js/restoreScroll.js rename to themes/_global/js/restoreScroll.js diff --git a/themes/default/js/saveLink.js b/themes/_global/js/saveLink.js similarity index 100% rename from themes/default/js/saveLink.js rename to themes/_global/js/saveLink.js diff --git a/themes/baggy/edit-tags.twig b/themes/baggy/edit-tags.twig index d7c15033..15f15560 100755 --- a/themes/baggy/edit-tags.twig +++ b/themes/baggy/edit-tags.twig @@ -5,9 +5,9 @@ {% endblock %} {% block content %} - - - + + +

{{ entry.title|raw }} diff --git a/themes/baggy/view.twig b/themes/baggy/view.twig index 53a9ee69..0094c14d 100755 --- a/themes/baggy/view.twig +++ b/themes/baggy/view.twig @@ -32,7 +32,7 @@ {{ content | raw }}

- + + -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/themes/default/_head.twig b/themes/default/_head.twig index d2a637fb..37485e56 100755 --- a/themes/default/_head.twig +++ b/themes/default/_head.twig @@ -29,8 +29,8 @@ - - + + - - + + diff --git a/themes/default/edit-tags.twig b/themes/default/edit-tags.twig index 89c746ec..c29427e0 100755 --- a/themes/default/edit-tags.twig +++ b/themes/default/edit-tags.twig @@ -5,9 +5,9 @@ {% endblock %} {% block content %} - - - + + +
diff --git a/themes/default/view.twig b/themes/default/view.twig index dbbbde3c..09e8ae1a 100755 --- a/themes/default/view.twig +++ b/themes/default/view.twig @@ -35,7 +35,7 @@ {{ block('tags') }}
- +