moved sortable to acp only

v1.18.x
psychobunny 10 years ago
parent f8b3282295
commit febc359e53

@ -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',

@ -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({

Loading…
Cancel
Save