Logged Out
Create an Account
Login:
Password:

Forgot your password?
Removing the Raid Countdown timer

Removing the Raid Countdown timer
[Back to Index]  [Bottom of Thread]
Thread Tags
Primary: [Support]
Secondary: None
is there a way to remove this from the web page?

If so how would i go about doing that.
For the template you have currently, there's not an easy way to remove the countdown timer.

If you're comfortable with opening up the Advanced Layout Options and deleting that particular menu, that's the best way.


There's an easier way though, by editing the Advanced Layout Options layout file, if you append the following to the end of the file, it'll delete it from the page for you, but it's not quite as clean as the first option:

<script type="text/javascript">
jq_preload(function(){jq("#tdEventDisplay").parents("table:first").remove();});
</script>


--
It's all in the reflexes.


[Back to Index]  [Top of Thread]