mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-03 22:30:58 +01:00
moved sortable to acp only
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user