Submission of the insert row form on database structure page only worked in English
This commit is contained in:
parent
c36ca7c27f
commit
f697160427
@ -126,7 +126,7 @@ $(document).ready(function() {
|
||||
|
||||
});
|
||||
|
||||
$("#insertForm .insertRowTable.ajax input[value=Go]").live('click', function(event) {
|
||||
$("#insertForm .insertRowTable.ajax input[type=submit]").live('click', function(event) {
|
||||
event.preventDefault();
|
||||
/**
|
||||
* @var the_form object referring to the insert form
|
||||
|
||||
Loading…
Reference in New Issue
Block a user