Skip to content
Snippets Groups Projects
Commit a92772f8 authored by catch's avatar catch
Browse files

Issue #1333314 by ericduran: Fixed left over console.log in authorized.js.

parent 9d961cc2
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment