Closed (fixed)
Project:
BUEditor
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
17 Sep 2009 at 17:55 UTC
Updated:
20 Oct 2009 at 18:00 UTC
There are too many js-code generated by BUEditor settings. It will be better to place it in footer. The only change needed is:
drupal_add_js($settings, 'setting', 'footer');
Comments
Comment #1
mr.alinaki commentedOr simply add option, as Lightbox2 did: where to place scripts.
Comment #2
ufku commentedMoved all BUE settings to the footer.
Committed to HEAD. Thanks.