Skip to content

Commit

Permalink
Issue #1333314 by ericduran: Fixed Left over console.log in authorize…
Browse files Browse the repository at this point in the history
…d.js.
  • Loading branch information
webchick committed Nov 12, 2011
1 parent 364a36e commit dd6eee3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion misc/authorize.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit dd6eee3

Please sign in to comment.