From d6cfcae45bceab6789c76a7ddd8685f2a51d9ae6 Mon Sep 17 00:00:00 2001 From: Ruud Date: Fri, 5 Dec 2014 11:29:25 +0100 Subject: [PATCH] Move to vendor folder --- .../static/scripts/{library => vendor}/Array.stableSort.js | 0 couchpotato/static/scripts/{library => vendor}/async.js | 0 .../scripts/{library => vendor}/form_replacement/form_check.js | 0 .../{library => vendor}/form_replacement/form_checkgroup.js | 0 .../scripts/{library => vendor}/form_replacement/form_dropdown.js | 0 .../scripts/{library => vendor}/form_replacement/form_radio.js | 0 .../{library => vendor}/form_replacement/form_radiogroup.js | 0 .../{library => vendor}/form_replacement/form_selectoption.js | 0 couchpotato/static/scripts/{library => vendor}/history.js | 0 couchpotato/static/scripts/{library => vendor}/mootools.js | 0 couchpotato/static/scripts/{library => vendor}/mootools_more.js | 0 .../static/scripts/{library => vendor}/mootools_tween_css3.js | 0 couchpotato/static/scripts/{library => vendor}/spin.js | 0 13 files changed, 0 insertions(+), 0 deletions(-) rename couchpotato/static/scripts/{library => vendor}/Array.stableSort.js (100%) rename couchpotato/static/scripts/{library => vendor}/async.js (100%) rename couchpotato/static/scripts/{library => vendor}/form_replacement/form_check.js (100%) rename couchpotato/static/scripts/{library => vendor}/form_replacement/form_checkgroup.js (100%) rename couchpotato/static/scripts/{library => vendor}/form_replacement/form_dropdown.js (100%) rename couchpotato/static/scripts/{library => vendor}/form_replacement/form_radio.js (100%) rename couchpotato/static/scripts/{library => vendor}/form_replacement/form_radiogroup.js (100%) rename couchpotato/static/scripts/{library => vendor}/form_replacement/form_selectoption.js (100%) rename couchpotato/static/scripts/{library => vendor}/history.js (100%) rename couchpotato/static/scripts/{library => vendor}/mootools.js (100%) rename couchpotato/static/scripts/{library => vendor}/mootools_more.js (100%) rename couchpotato/static/scripts/{library => vendor}/mootools_tween_css3.js (100%) rename couchpotato/static/scripts/{library => vendor}/spin.js (100%) diff --git a/couchpotato/static/scripts/library/Array.stableSort.js b/couchpotato/static/scripts/vendor/Array.stableSort.js similarity index 100% rename from couchpotato/static/scripts/library/Array.stableSort.js rename to couchpotato/static/scripts/vendor/Array.stableSort.js diff --git a/couchpotato/static/scripts/library/async.js b/couchpotato/static/scripts/vendor/async.js similarity index 100% rename from couchpotato/static/scripts/library/async.js rename to couchpotato/static/scripts/vendor/async.js diff --git a/couchpotato/static/scripts/library/form_replacement/form_check.js b/couchpotato/static/scripts/vendor/form_replacement/form_check.js similarity index 100% rename from couchpotato/static/scripts/library/form_replacement/form_check.js rename to couchpotato/static/scripts/vendor/form_replacement/form_check.js diff --git a/couchpotato/static/scripts/library/form_replacement/form_checkgroup.js b/couchpotato/static/scripts/vendor/form_replacement/form_checkgroup.js similarity index 100% rename from couchpotato/static/scripts/library/form_replacement/form_checkgroup.js rename to couchpotato/static/scripts/vendor/form_replacement/form_checkgroup.js diff --git a/couchpotato/static/scripts/library/form_replacement/form_dropdown.js b/couchpotato/static/scripts/vendor/form_replacement/form_dropdown.js similarity index 100% rename from couchpotato/static/scripts/library/form_replacement/form_dropdown.js rename to couchpotato/static/scripts/vendor/form_replacement/form_dropdown.js diff --git a/couchpotato/static/scripts/library/form_replacement/form_radio.js b/couchpotato/static/scripts/vendor/form_replacement/form_radio.js similarity index 100% rename from couchpotato/static/scripts/library/form_replacement/form_radio.js rename to couchpotato/static/scripts/vendor/form_replacement/form_radio.js diff --git a/couchpotato/static/scripts/library/form_replacement/form_radiogroup.js b/couchpotato/static/scripts/vendor/form_replacement/form_radiogroup.js similarity index 100% rename from couchpotato/static/scripts/library/form_replacement/form_radiogroup.js rename to couchpotato/static/scripts/vendor/form_replacement/form_radiogroup.js diff --git a/couchpotato/static/scripts/library/form_replacement/form_selectoption.js b/couchpotato/static/scripts/vendor/form_replacement/form_selectoption.js similarity index 100% rename from couchpotato/static/scripts/library/form_replacement/form_selectoption.js rename to couchpotato/static/scripts/vendor/form_replacement/form_selectoption.js diff --git a/couchpotato/static/scripts/library/history.js b/couchpotato/static/scripts/vendor/history.js similarity index 100% rename from couchpotato/static/scripts/library/history.js rename to couchpotato/static/scripts/vendor/history.js diff --git a/couchpotato/static/scripts/library/mootools.js b/couchpotato/static/scripts/vendor/mootools.js similarity index 100% rename from couchpotato/static/scripts/library/mootools.js rename to couchpotato/static/scripts/vendor/mootools.js diff --git a/couchpotato/static/scripts/library/mootools_more.js b/couchpotato/static/scripts/vendor/mootools_more.js similarity index 100% rename from couchpotato/static/scripts/library/mootools_more.js rename to couchpotato/static/scripts/vendor/mootools_more.js diff --git a/couchpotato/static/scripts/library/mootools_tween_css3.js b/couchpotato/static/scripts/vendor/mootools_tween_css3.js similarity index 100% rename from couchpotato/static/scripts/library/mootools_tween_css3.js rename to couchpotato/static/scripts/vendor/mootools_tween_css3.js diff --git a/couchpotato/static/scripts/library/spin.js b/couchpotato/static/scripts/vendor/spin.js similarity index 100% rename from couchpotato/static/scripts/library/spin.js rename to couchpotato/static/scripts/vendor/spin.js