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.
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
Comment #1
alexweber commentedFixed in 883143f.
Comment #2
alexweber commented