mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-09 14:49:21 +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() {
|
$(document).ready( function() {
|
||||||
|
$('body').on('hidden', '.modal', function () {
|
||||||
|
$(this).removeData('modal');
|
||||||
|
});
|
||||||
|
|
||||||
$('body').on('touchstart.dropdown', '.dropdown-menu', function (e) { e.stopPropagation(); });
|
$('body').on('touchstart.dropdown', '.dropdown-menu', function (e) { e.stopPropagation(); });
|
||||||
|
|
||||||
$('#expirationdate, #fromdate, #todate')
|
$('#expirationdate, #fromdate, #todate')
|
||||||
.datepicker()
|
.datepicker()
|
||||||
.on('changeDate', function(ev){
|
.on('changeDate', function(ev){
|
||||||
|
|
Loading…
Reference in New Issue
Block a user