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ř <mcihar@suse.cz>2011-08-05 16:49:23 +0400
committerMichal Čihař <mcihar@suse.cz>2011-08-05 16:49:23 +0400
commit1ec0b69e6bf3378188a051b45fb2c0e7ea93b990 (patch)
tree1bf578071b04275411cdb69c64ce0e54ce10391d /js/tbl_relation.js
parent6205d419b68d57105d985a4a5335498337f6ccf4 (diff)
Coding style, function definitions
Diffstat (limited to 'js/tbl_relation.js')
-rw-r--r--js/tbl_relation.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/js/tbl_relation.js b/js/tbl_relation.js
index 5cdb0d7d9f..74cb4092ef 100644
--- a/js/tbl_relation.js
+++ b/js/tbl_relation.js
@@ -1,9 +1,10 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
- * for tbl_relation.php
+ * for tbl_relation.php
*
*/
-function show_hide_clauses(thisDropdown) {
+function show_hide_clauses(thisDropdown)
+{
// here, one span contains the label and the clause dropdown
// and we have one span for ON DELETE and one for ON UPDATE
//