Logged Out
Create an Account
Login:
Password:

Forgot your password?
Calendar mouseovers not working

Calendar mouseovers not working
[Back to Index]  [Bottom of Thread]
Thread Tags
Primary: [Tickets]
Secondary: None
Calendar mouseovers not working
Go To This Ticket's Page
Creator Nitesbane
Public or Private Public
Private tickets are only accessible to you and to DKPSystem.com staff
Public Tickets are visible to everyone)
Status Closed
Type Bug
Section of the Site Event Schedule/Signups
Urgency (1 votes)
Rating (0 votes)
Description:
The event info that used to pop up when I hovered on an event in the "little calendar" stopped working earlier today. Guild members have confirmed this as well. No problems on other guilds' websites (that I checked).
Official DKPSystem.com Comments
No official comments yet
Give it a shot. Should be fixed.

--
It's all in the reflexes.
They sure are. Thanks a bunch!

--
Ieyasu - Organizer, Ex Cineribus
Broken again? Is there something I'm doing wrong?

--
Ieyasu - Organizer, Ex Cineribus
It appears that some custom code on your site is preventing an onload event from triggering (a necessary onload, to fix IE bugs).

I'm not sure which is causing the trouble, but you could solve the problem by editing your layout.html and at the very bottom put the following code:

<script language=javascript>
	page_fully_loaded = true;
</script>


--
It's all in the reflexes.
Quote by Chops
It appears that some custom code on your site is preventing an onload event from triggering (a necessary onload, to fix IE bugs).

I'm not sure which is causing the trouble, but you could solve the problem by editing your layout.html and at the very bottom put the following code:

<script language=javascript>
	page_fully_loaded = true;
</script>


All righty, it's in there. Thanks again!

--
Ieyasu - Organizer, Ex Cineribus


[Back to Index]  [Top of Thread]