This commit is contained in:
2023-09-24 13:16:11 +03:00
parent df5279e3f6
commit 0a4329ea67
9 changed files with 111 additions and 86 deletions

View File

@@ -410,7 +410,9 @@
}, remove: function () {
this.container.remove(), this.element.off(".daterangepicker"), this.element.removeData()
}
}, e.fn.daterangepicker = function (t, i) {
},
e.fn.daterangepicker = function (t, i) {
var s = e.extend(!0, {}, e.fn.daterangepicker.defaultOptions, t);
return this.each(function () {
var t = e(this);