Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <michal@cihar.com>2012-04-27 13:25:37 +0400
committerMichal Čihař <michal@cihar.com>2012-04-27 13:25:37 +0400
commita5839a3813a91723ee76d5852ecd14532ab1351f (patch)
tree9be0107bb04f09e02229077d379af5f90eb53c19 /js/db_structure.js
parentb078c475301ca6c83abd9f8e02d6da87427dcbd4 (diff)
Fix spacing before tags
Diffstat (limited to 'js/db_structure.js')
-rw-r--r--js/db_structure.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/js/db_structure.js b/js/db_structure.js
index 94e7af4f4e..5adff6ef27 100644
--- a/js/db_structure.js
+++ b/js/db_structure.js
@@ -139,7 +139,7 @@ $(function() {
var target = "tbl_change.php";
/**
- * @var button_options Object that stores the options passed to jQueryUI
+ * @var button_options Object that stores the options passed to jQueryUI
* dialog
*/
var button_options = {};
@@ -194,7 +194,7 @@ $(function() {
$("#insertForm .insertRowTable.ajax input[type=submit]").live('click', function(event) {
event.preventDefault();
/**
- * @var the_form object referring to the insert form
+ * @var the_form object referring to the insert form
*/
var $form = $("#insertForm");
$("#result_query").remove();
@@ -218,7 +218,7 @@ $(function() {
$("#buttonYes.ajax").live('click', function(event){
event.preventDefault();
/**
- * @var the_form object referring to the insert form
+ * @var the_form object referring to the insert form
*/
var $form = $("#insertForm");
/**Get the submit type and the after insert type in the form*/