mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-11 07:46:05 +01:00
Clean unused code
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user