Tuesday 01 March 2011 4:27:59 am
Hi. We have experienced that ezscript_require(array(file,file,file) is not work if it appears before the following statement in our override template
{set scope=global persistent_variable=hash('left_menu', false(),
'extra_menu', false(), 'show_path', false())} If i move the ezscript_require below the persisten_variable setting it works fine.. Is this a bug or something i should understand? Also how can we influence the order of which the javascripts are loaded? We currently need to disable the packer feature to have our dependent libraries work successfully? Any thing i can do to control the order of these included javascripts when adding into the ezscript_require ordering?
|