
drakau
|
GLB Boosted Stats on Skill Points PageIs acting funny. When i hover over the att i get this popping up
(for 40.75)
| Code: | | 45.75<div class="stat_progress_container" onmouseover="set_tip('Agility training progress: 0%',0,1,1,1)" onmouseout="unset_tip()"><div class="stat_progress" style="width:0%"><img src="/images/spacer.gif" height="1" width="100%" onmouseover="set_tip('Agility training progress: 0%',0,1,1,1)" onmouseout="unset_tip()"></div></div> |
|
pabst
|
Re: GLB Boosted Stats on Skill Points Page | drakau wrote: | Is acting funny. When i hover over the att i get this popping up
(for 40.75)
| Code: | | 45.75<div class="stat_progress_container" onmouseover="set_tip('Agility training progress: 0%',0,1,1,1)" onmouseout="unset_tip()"><div class="stat_progress" style="width:0%"><img src="/images/spacer.gif" height="1" width="100%" onmouseover="set_tip('Agility training progress: 0%',0,1,1,1)" onmouseout="unset_tip()"></div></div> |
|
Find this line: | Code: | | stats[i] = matches[i].replace(re, "$2"); |
and insert this after it: | Code: | stats[i] = stats[i].slice(0,stats[i].indexOf("<"));
|
|
drakau
|
that did the trick, thanks
|
|
|
|