moved sortable to acp only

This commit is contained in:
psychobunny
2015-06-08 17:10:52 -04:00
parent f8b3282295
commit febc359e53
2 changed files with 1 additions and 1 deletions

View File

@@ -22,7 +22,6 @@ module.exports = function(Meta) {
scripts: {
base: [
'public/vendor/jquery/js/jquery.js',
'public/vendor/jquery/sortable/Sortable.js',
'./node_modules/socket.io-client/socket.io.js',
'public/vendor/jquery/timeago/jquery.timeago.min.js',
'public/vendor/jquery/js/jquery.form.min.js',

View File

@@ -26,6 +26,7 @@
<script type="text/javascript" src="{relative_path}/vendor/chart.js/chart.min.js?{cache-buster}"></script>
<script type="text/javascript" src="{relative_path}/vendor/hammer/hammer.min.js?{cache-buster}"></script>
<script type="text/javascript" src="{relative_path}/vendor/jquery/sortable/Sortable.js?{cache-buster}"></script>
<script type="text/javascript" src="{relative_path}/nodebb.min.js?{cache-buster}"></script>
<script>
require.config({