diff options
author | webchick <webchick@24967.no-reply.drupal.org> | 2011-11-11 20:54:46 -0800 |
---|---|---|
committer | webchick <webchick@24967.no-reply.drupal.org> | 2011-11-11 20:54:46 -0800 |
commit | dd6eee32b70d3f945b0b2b553ce1a65ea478efda (patch) | |
tree | f801e95ce22642400e2e6e5e2026e3b87c9dc539 /misc | |
parent | 364a36e8ab28e8f7b5e84c9e35f1ef6b513b9127 (diff) | |
download | brdo-dd6eee32b70d3f945b0b2b553ce1a65ea478efda.tar.gz brdo-dd6eee32b70d3f945b0b2b553ce1a65ea478efda.tar.bz2 |
Issue #1333314 by ericduran: Fixed Left over console.log in authorized.js.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/authorize.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/misc/authorize.js b/misc/authorize.js index 66b789791..d522a5ba9 100644 --- a/misc/authorize.js +++ b/misc/authorize.js @@ -16,7 +16,6 @@ Drupal.behaviors.authorizeFileTransferForm = { // 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. |