Clean unused code

This commit is contained in:
Flavio Copes
2015-12-04 20:01:46 +01:00
parent 1b0285836d
commit b06800bc16

View File

@@ -33,34 +33,6 @@ $(function () {
}); });
}; };
// // selectize
// $('select.fancy:not(.create)').selectize({
// createOnBlur: true,
// });
// // selectize with create
// $('select.fancy.create').selectize({
// createOnBlur: true,
// persist: false,
// create: function (input) {
// return {
// value: input,
// text: input
// }
// }
// });
// $('input.fancy').selectize({
// delimiter: ',',
// persist: false,
// create: function (input) {
// return {
// value: input,
// text: input
// }
// }
// });
// Set Toastr defaults // Set Toastr defaults
toastr.options = { toastr.options = {
"positionClass": "toast-top-right" "positionClass": "toast-top-right"