Here's the offending code:

     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');
     }

It looks like the console.log got in there by mistake. This also needs to be fixed in D7

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

ericduran’s picture

Status: Active » Needs review
FileSize
954 bytes

Simple enough.

ericduran’s picture

Tagging.

xjm’s picture

Status: Needs review » Reviewed & tested by the community

Yep.

ksenzee’s picture

Ouch. Yes please.

catch’s picture

Version: 8.x-dev » 7.x-dev
Status: Reviewed & tested by the community » Patch (to be ported)

Whoopsie.

Committed/pushed to 8.x. This needs a re-roll for 7.x.

ericduran’s picture

FileSize
585 bytes

Simple enough.

catch’s picture

Status: Patch (to be ported) » Reviewed & tested by the community
webchick’s picture

Status: Reviewed & tested by the community » Fixed

Oops. :P

Committed and pushed to 7.x. Thanks!

ericduran’s picture

Ahhh, if only all patches were this simple ;)

Automatically closed -- issue fixed for 2 weeks with no activity.