Active
Project:
Visualize
Version:
6.x-1.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
2 Dec 2009 at 08:41 UTC
Updated:
7 Dec 2009 at 18:03 UTC
I just visiting http://wimleers.com/article/improving-drupals-page-loading-performance#r...
and implementing those solution, but my visualize views plugins not working.
Is it possible to use wimleers solution above with this module?
Thank for sharing wonderful module.
Comments
Comment #1
javi-er commentedHi! thanks for using this module.
I tried both fixes of the article and with the patch for common.inc this module works well, however if you use the second solution (placing $scripts at the bottom) it doesn't work. I would suggest you to use the patch for common.inc instead until I make this module compatible with that.
The issue is that I'm embedding JavaScript directly in the plugin template in order to make it work in the Views preview (most modules that implement some kind of JavaScript plugin don't work in the preview) so this is why don't work when changing the variable to the bottom.
Let me know if this works for you,
Javier