Currently, if "include scripts at the bottom" is disabled, all polyfills are added using drupal_add_js(), which doesn't (yet) support conditionals.

Therefore they get loaded when not necessary.

Let's always include them using conditional statements.

Comments

alexweber’s picture

Status: Active » Fixed

Fixed in 883143f.

alexweber’s picture

Status: Fixed » Closed (fixed)