Quote:
Originally Posted by LifesGreatestGift
Code:
<vb:if condition="$forum[islastshown]">
<script>
$("#scanudesc a[title]").tooltip({
position: "bottom right",
effect: "slide"
});
</script></vb:if><vb:else />
<script>
$("#scanudesc a[title]").tooltip({
position: "bottom right",
effect: "slide"
});
</script>
</vb:if>
The code could use some work.
|
lol no kidding! I'm curious if that part of it even works like it should since the way the conditional is written is wrong