From f6971604275100df73f0a72ec88a75e5ce8237ec Mon Sep 17 00:00:00 2001 From: Rouslan Placella Date: Wed, 16 Nov 2011 12:18:15 +0000 Subject: [PATCH] Submission of the insert row form on database structure page only worked in English --- js/db_structure.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/db_structure.js b/js/db_structure.js index 42bdb5ff78..a3f1c378fb 100644 --- a/js/db_structure.js +++ b/js/db_structure.js @@ -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