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:
authorHugues Peccatte <hugues.peccatte@gmail.com>2014-11-02 00:07:18 +0300
committerHugues Peccatte <hugues.peccatte@gmail.com>2014-11-02 00:07:18 +0300
commitbdb5f333d7b279de6ff39bcdf92c92c4af80be20 (patch)
treed5adef02c262d436352344e57a3a429d43c12af6 /js/indexes.js
parentf7b37d8d7233f9486a442dc1174f468f619f8759 (diff)
Fix PHPCS issues.
PHPDoc updates. Minor coding style modifications. Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
Diffstat (limited to 'js/indexes.js')
-rw-r--r--js/indexes.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/js/indexes.js b/js/indexes.js
index d91fe78036..dde9ef7dd0 100644
--- a/js/indexes.js
+++ b/js/indexes.js
@@ -281,7 +281,6 @@ function PMA_showAddIndexDialog(source_array, array_index, target_columns, col_i
$('select[name="index[columns][names][]"]').each(function () {
if ($(this).val() === '') {
is_missing_value = true;
- return;
}
});