Hi,

After the dev-update from 25.06:
There are no "defer =" defer "" tags longer set, although the option "Deferred JavaScript Execution: Add The defer Day To All Script Tags - All (might break things)" is set.

Greetings
Frank

CommentFileSizeAuthor
#1 advagg-2512196-1-fix-defer.patch1.1 KBmikeytown2
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mikeytown2’s picture

Category: Support request » Bug report
Status: Active » Fixed
FileSize
1.1 KB

Thanks for the bug report. Bug was introduced in this issue: #2511564: Change defer js to a radio: disabled, all but external, all
http://cgit.drupalcode.org/advagg/commit/?id=585406d

The if statement was a single & before (bug). Changed it to an or || (new bug). Should have been and &&.

  • mikeytown2 committed 65f8eb5 on 7.x-2.x
    Issue #2512196 by mikeytown2: Fix defer/async.
    
Frank.dev’s picture

It works - thanks!

Frank

Status: Fixed » Closed (fixed)

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