Compare commits

..

No commits in common. "afa636ba15805e6bf5c12cc42e00a10a421ee851" and "1cc09a5a19c9d6d0d1528e3bd1266f826f10cae7" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -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") || {}));
});
});
}