mirror of https://gitee.com/karson/fastadmin.git
Compare commits
No commits in common. "afa636ba15805e6bf5c12cc42e00a10a421ee851" and "1cc09a5a19c9d6d0d1528e3bd1266f826f10cae7" have entirely different histories.
afa636ba15
...
1cc09a5a19
|
|
@ -225,7 +225,7 @@ define(['jquery', 'bootstrap', 'upload', 'validator', 'validator-lang'], functio
|
|||
$(this).on('cancel.daterangepicker', function (ev, picker) {
|
||||
$(this).val('').trigger('change');
|
||||
});
|
||||
$(this).daterangepicker($.extend(true, {}, options, $(this).data() || {}, $(this).data("daterangepicker-options") || {}));
|
||||
$(this).daterangepicker($.extend(true, options, $(this).data() || {}, $(this).data("daterangepicker-options") || {}));
|
||||
});
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue