The branch, master has been updated
via f6971604275100df73f0a72ec88a75e5ce8237ec (commit)
from c36ca7c27f3b1d291e9950d6ef8bd300a33c5c45 (commit)
- Log -----------------------------------------------------------------
commit f6971604275100df73f0a72ec88a75e5ce8237ec
Author: Rouslan Placella <rouslan(a)placella.com>
Date: Wed Nov 16 12:18:15 2011 +0000
Submission of the insert row form on database structure page only worked in English
-----------------------------------------------------------------------
Summary of changes:
js/db_structure.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/js/db_structure.js b/js/db_structure.js
index 42bdb5f..a3f1c37 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
hooks/post-receive
--
phpMyAdmin