summaryrefslogtreecommitdiff
path: root/misc/authorize.js
diff options
context:
space:
mode:
Diffstat (limited to 'misc/authorize.js')
-rw-r--r--misc/authorize.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/authorize.js b/misc/authorize.js
index 13daca652..28788f3de 100644
--- a/misc/authorize.js
+++ b/misc/authorize.js
@@ -15,12 +15,12 @@ Drupal.behaviors.authorizeFileTransferForm = {
});
$('.filetransfer').hide().filter('.filetransfer-' + $('#edit-connection-settings-authorize-filetransfer-default').val()).show();
- // Removes the float on the select box (used for non-JS interface)
- if($('.connection-settings-update-filetransfer-default-wrapper').length > 0) {
+ // Removes the float on the select box (used for non-JS interface).
+ if ($('.connection-settings-update-filetransfer-default-wrapper').length > 0) {
console.log($('.connection-settings-update-filetransfer-default-wrapper'));
$('.connection-settings-update-filetransfer-default-wrapper').css('float', 'none');
}
- // Hides the submit button for non-js users
+ // Hides the submit button for non-js users.
$('#edit-submit-connection').hide();
$('#edit-submit-process').show();
}