Closed (fixed)
Project:
Zentropy
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
12 Apr 2012 at 19:43 UTC
Updated:
12 Apr 2012 at 20:10 UTC
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