https://bugzilla.wikimedia.org/show_bug.cgi?id=30985

--- Comment #4 from Yair Rand <[email protected]> 2011-09-20 05:40:42 UTC ---
Created attachment 9077
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=9077
application.js

That's not really completely fixed. The revision changed it so that it doesn't
need to wait for the images to load, but it still needs to wait for the rest of
the document to load. It would probably be best to load the script in the head
and attach an event handler to the document at the beginning per Brion. The
part that needs to run after the DOM is loaded could be called with a
<script>pageLoaded()</script> at the bottom of the body, and the logo button
could have a onclick="logoClick()" so that it doesn't need to be part of the
general document click event.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to