By sndinc at 2012-06-04 13:52:02
I am using the following on my personal site:
<script>var framehead_tooltips = { "colorlinks": true, "iconizelinks": true }</script>
<script src="http://tor.zamimg.com/tooltips.js"></script>
I am trying to make a list of Level 49+ items I can craft for each of my characters. It seems there is a limit of 50 items for some reason. After that I just get the link with the popup (no color and no icon). Is there way to fix that? I guess the tooltips.js is working on all links, just the variables defined are only working for the first 50 items. Thanks.