From 06eb2ec03df3e07ffd1c4769a21947b7ba03cecf Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Fri, 20 Nov 2015 15:28:59 -0500 Subject: [PATCH] LP#1516867 Move sortable to /js/ subdirectory It's not 100% JavaScript, as there is a CSS file in there, but it's arguably cleaner than polluting the top level / directory on the web. And Galen requested it, so... :) Signed-off-by: Dan Scott --- Open-ILS/src/reporter/clark-kent.pl | 4 ++-- Open-ILS/web/{ => js}/sortable/LICENSE | 0 Open-ILS/web/{ => js}/sortable/sortable-theme-minimal.css | 0 Open-ILS/web/{ => js}/sortable/sortable.min.js | 0 4 files changed, 2 insertions(+), 2 deletions(-) rename Open-ILS/web/{ => js}/sortable/LICENSE (100%) rename Open-ILS/web/{ => js}/sortable/sortable-theme-minimal.css (100%) rename Open-ILS/web/{ => js}/sortable/sortable.min.js (100%) diff --git a/Open-ILS/src/reporter/clark-kent.pl b/Open-ILS/src/reporter/clark-kent.pl index dc61533738..758cb2c83d 100755 --- a/Open-ILS/src/reporter/clark-kent.pl +++ b/Open-ILS/src/reporter/clark-kent.pl @@ -555,8 +555,8 @@ sub build_html { td,th { border: solid black 1px; } * { font-family: sans-serif; } - - + + CSS print $raw ""; diff --git a/Open-ILS/web/sortable/LICENSE b/Open-ILS/web/js/sortable/LICENSE similarity index 100% rename from Open-ILS/web/sortable/LICENSE rename to Open-ILS/web/js/sortable/LICENSE diff --git a/Open-ILS/web/sortable/sortable-theme-minimal.css b/Open-ILS/web/js/sortable/sortable-theme-minimal.css similarity index 100% rename from Open-ILS/web/sortable/sortable-theme-minimal.css rename to Open-ILS/web/js/sortable/sortable-theme-minimal.css diff --git a/Open-ILS/web/sortable/sortable.min.js b/Open-ILS/web/js/sortable/sortable.min.js similarity index 100% rename from Open-ILS/web/sortable/sortable.min.js rename to Open-ILS/web/js/sortable/sortable.min.js -- 2.11.0