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:
authorMadhura Jayaratne <madhura.cj@gmail.com>2015-05-29 08:22:35 +0300
committerMadhura Jayaratne <madhura.cj@gmail.com>2015-05-29 08:22:35 +0300
commitf4b12e5cbdd2aaa79f0d9babf5afc2cb8c2e5ae8 (patch)
tree8c62accf1b62189191ff28fcfd780f04446805e3 /js/tbl_relation.js
parent323482bceabc973b68a5cc35a66bdec374e42a80 (diff)
Align
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
Diffstat (limited to 'js/tbl_relation.js')
-rw-r--r--js/tbl_relation.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/js/tbl_relation.js b/js/tbl_relation.js
index f3de08295c..01d0984e7c 100644
--- a/js/tbl_relation.js
+++ b/js/tbl_relation.js
@@ -40,13 +40,13 @@ function getDropdownValues($dropdown) {
// if the changed dropdown is for foreign key constraints
if ($dropdown.is('select[name^="destination_foreign"]')) {
$databaseDd = $dropdown.parent().parent().parent().find('select[name^="destination_foreign_db"]');
- $tableDd = $dropdown.parent().parent().parent().find('select[name^="destination_foreign_table"]');
- $columnDd = $dropdown.parent().parent().parent().find('select[name^="destination_foreign_column"]');
+ $tableDd = $dropdown.parent().parent().parent().find('select[name^="destination_foreign_table"]');
+ $columnDd = $dropdown.parent().parent().parent().find('select[name^="destination_foreign_column"]');
foreign = '_foreign';
} else { // internal relations
$databaseDd = $dropdown.parent().find('select[name^="destination_db"]');
- $tableDd = $dropdown.parent().find('select[name^="destination_table"]');
- $columnDd = $dropdown.parent().find('select[name^="destination_column"]');
+ $tableDd = $dropdown.parent().find('select[name^="destination_table"]');
+ $columnDd = $dropdown.parent().find('select[name^="destination_column"]');
}
// if the changed dropdown is a database selector