mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-01 14:37:20 +00:00
- remove content from modal box when opening
This commit is contained in:
parent
7a03403c96
commit
b17bf99805
|
@ -1,6 +1,11 @@
|
|||
|
||||
$(document).ready( function() {
|
||||
$('body').on('hidden', '.modal', function () {
|
||||
$(this).removeData('modal');
|
||||
});
|
||||
|
||||
$('body').on('touchstart.dropdown', '.dropdown-menu', function (e) { e.stopPropagation(); });
|
||||
|
||||
$('#expirationdate, #fromdate, #todate')
|
||||
.datepicker()
|
||||
.on('changeDate', function(ev){
|
||||
|
|
Loading…
Reference in New Issue
Block a user