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>2013-04-15 18:07:29 +0400
committerMichal Čihař <mcihar@suse.cz>2013-04-15 18:20:04 +0400
commite2571c5628b7c5b8aa93aeada14370040a717106 (patch)
treec6e0b984c036d229731d48fffcbf2bec20fdc9c3 /js/indexes.js
parentb044cfc3b2b3c1a92d1bf61d00d23edf107d5534 (diff)
Various javascript spacing fixes
Diffstat (limited to 'js/indexes.js')
-rw-r--r--js/indexes.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/indexes.js b/js/indexes.js
index a6030a4d40..c5f349e175 100644
--- a/js/indexes.js
+++ b/js/indexes.js
@@ -38,7 +38,7 @@ function checkIndexType()
if ($select_index_type.val() == 'SPATIAL') {
// Disable and hide the size column
$size_header.hide();
- $size_inputs.each(function (){
+ $size_inputs.each(function () {
$(this)
.prop('disabled', true)
.parent('td').hide();
@@ -102,7 +102,7 @@ AJAX.registerTeardown('indexes.js', function () {
AJAX.registerOnload('indexes.js', function () {
checkIndexType();
checkIndexName("index_frm");
- $('#select_index_type').live('change', function (event){
+ $('#select_index_type').live('change', function (event) {
event.preventDefault();
checkIndexType();
checkIndexName("index_frm");