mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-02-10 16:49:41 +00:00
Fix jQuery-ui fails
This commit is contained in:
@@ -8,6 +8,6 @@
|
|||||||
"bootstrap-sass": "^3.3.7",
|
"bootstrap-sass": "^3.3.7",
|
||||||
"bootstrap-select": "^1.10.0",
|
"bootstrap-select": "^1.10.0",
|
||||||
"ajax-bootstrap-select": "^1.3.1",
|
"ajax-bootstrap-select": "^1.3.1",
|
||||||
"jQuery UI Sortable": "jquery-ui-sortable#*"
|
"jquery-ui": "^1.12.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ module.exports = function (defaults) {
|
|||||||
app.import('bower_components/bootstrap-select/dist/js/bootstrap-select.js');
|
app.import('bower_components/bootstrap-select/dist/js/bootstrap-select.js');
|
||||||
app.import('bower_components/ajax-bootstrap-select/dist/js/ajax-bootstrap-select.js');
|
app.import('bower_components/ajax-bootstrap-select/dist/js/ajax-bootstrap-select.js');
|
||||||
|
|
||||||
app.import('bower_components/jQuery UI Sortable/jquery-ui-sortable.js');
|
app.import('bower_components/jquery-ui/jquery-ui.js');
|
||||||
|
|
||||||
return app.toTree();
|
return app.toTree();
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user