Fixed cancel button not working (Single select)
This commit is contained in:
parent
67360aa3b0
commit
6d32146ca8
@ -200,9 +200,9 @@ window.load = function() {
|
|||||||
}
|
}
|
||||||
$(this).parents('form').addClass('hidden');
|
$(this).parents('form').addClass('hidden');
|
||||||
})
|
})
|
||||||
$single.submit(function(e) {
|
$single.find('button').tap(function(e) {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
$(this).addClass('hidden');
|
$(this).parents('form').addClass('hidden');
|
||||||
})
|
})
|
||||||
|
|
||||||
// Confirm
|
// Confirm
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 100 KiB After Width: | Height: | Size: 128 KiB |
BIN
img/demos/shapes.png
Normal file
BIN
img/demos/shapes.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
Binary file not shown.
Before Width: | Height: | Size: 99 KiB After Width: | Height: | Size: 113 KiB |
Loading…
Reference in New Issue
Block a user