From ba8e1074026806faef3cdeb33c3c2a3ade611a7d Mon Sep 17 00:00:00 2001 From: OzzieIsaacs Date: Tue, 7 Feb 2017 20:33:08 +0100 Subject: [PATCH] Move vendored css/js to libs folders to fix language stats --- cps/static/js/{ => libs}/Sortable.min.js | 0 cps/templates/shelf_order.html | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename cps/static/js/{ => libs}/Sortable.min.js (100%) diff --git a/cps/static/js/Sortable.min.js b/cps/static/js/libs/Sortable.min.js similarity index 100% rename from cps/static/js/Sortable.min.js rename to cps/static/js/libs/Sortable.min.js diff --git a/cps/templates/shelf_order.html b/cps/templates/shelf_order.html index 1200a345..d4d44a62 100644 --- a/cps/templates/shelf_order.html +++ b/cps/templates/shelf_order.html @@ -14,7 +14,7 @@ {% endblock %} {% block js %} - + {% endblock %}