Skip to content

Commit d03c8e8

Browse files
committed
remove unused dependencies
1 parent 33708dc commit d03c8e8

3 files changed

Lines changed: 2 additions & 6 deletions

File tree

app/sprinkles/core/asset-bundles.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"vendor/handlebars/handlebars.js",
77
"vendor/jquery-validation/dist/jquery.validate.js",
88
"vendor/jquery-validation/dist/additional-methods.js",
9-
"vendor/jquery-slimscroll/jquery.slimscroll.min.js",
9+
"vendor/jquery-slimscroll/jquery.slimscroll.js",
1010
"vendor/icheck/icheck.min.js",
1111
"vendor/fastclick/lib/fastclick.js",
1212
"vendor/select2/dist/js/select2.full.js",
@@ -48,7 +48,6 @@
4848
"vendor/font-awesome/css/font-awesome.css",
4949
"vendor/bootstrap/dist/css/bootstrap.css",
5050
"vendor/select2/dist/css/select2.css",
51-
"vendor/select2-bootstrap-theme/dist/select2-bootstrap.css",
5251
"vendor/icheck/skins/square/_all.css",
5352
"vendor/ionicons/css/ionicons.css",
5453
"userfrosting/css/uf-jqueryvalidation.css",

app/sprinkles/core/assets/userfrosting/js/uf-collection.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* @param {Object} dropdown The options to pass to the select2 plugin for the add item dropdown.
1313
* @param {string} dropdown.ajax.url The url from which to fetch options (as JSON data) in the dropdown selector menu.
1414
* @param {bool} selectOnClose Set to true if you want the currently highlighted dropdown item to be automatically added when the dropdown is closed for any reason.
15-
* @param {string} dropdown.theme The select2 theme to use for the dropdown menu. Defaults to "bootstrap".
15+
* @param {string} dropdown.theme The select2 theme to use for the dropdown menu. Defaults to "default".
1616
* @param {string} dropdown.placeholder Placeholder text to use in the dropdown menu before a selection is made. Defaults to "Item".
1717
* @param {string} dropdown.width Width of the dropdown selector, when used. Defaults to "100%".
1818
* @param {Object} dropdownControl a jQuery selector specifying the dropdown select2 control. Defaults to looking for a .js-select-new element inside the parent object.

app/sprinkles/core/bower.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,9 @@
2626
"font-awesome": "4.7.0",
2727
"handlebars": "3.0.3",
2828
"jquery": ">= 2.2.4",
29-
"jquery-ui": "jquery.ui#~1.11.4",
3029
"jquery-validation": "~1.14.0",
3130
"select2": "4.0.3",
32-
"select2-bootstrap-theme": "0.1.0-beta.9",
3331
"tablesorter": "jquery.tablesorter#2.28",
34-
"accounting.js": "*",
3532
"moment": "2.17.1",
3633
"speakingurl": "11.0.0",
3734
"icheck": "^1.0.1",

0 commit comments

Comments
 (0)