Fixed cancel button not working (Single select)

This commit is contained in:
Mahdi Dibaiee 2014-02-16 18:15:51 +03:30
parent 67360aa3b0
commit 6d32146ca8
4 changed files with 2 additions and 2 deletions

View File

@ -200,9 +200,9 @@ window.load = function() {
}
$(this).parents('form').addClass('hidden');
})
$single.submit(function(e) {
$single.find('button').tap(function(e) {
e.preventDefault();
$(this).addClass('hidden');
$(this).parents('form').addClass('hidden');
})
// Confirm

Binary file not shown.

Before

Width:  |  Height:  |  Size: 100 KiB

After

Width:  |  Height:  |  Size: 128 KiB

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