Don't attach onclick to save button on stoage modal as it is a submit button
parent
8794661a3a
commit
eed60e7acb
|
@ -31,11 +31,6 @@ function getStorageModal(sid) {
|
|||
.done(function(data) {
|
||||
insertModalHtml('storageModal', data.html);
|
||||
$j('#storageModal').modal('show');
|
||||
// Manage the Save button
|
||||
$j('#storageSubmitBtn').click(function(evt) {
|
||||
evt.preventDefault();
|
||||
$j('#storageModalForm').submit();
|
||||
});
|
||||
})
|
||||
.fail(logAjaxFail);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue