-
☆ A M B ☆
- 1,031 Posts
The Plugin walks through the page in OnLoadWebDocument and looks if there is a tooltip call on the page and insert the javascripts in the head at this moment. The problem you have found is that chunks are not merged at this moment and the javascripts aren’t set.
Two possible solutions:
- Modify the plugin by changing the the case ’OnLoadWebDocument’ part and load the javascripts by default (remove the if (preg_match...) clause).
- Insert one tooltip call outside of one chunk.
Thanks Jako, works like a charm.