theme that does some initialization when you join a channel
40 views
Skip to first unread message
phaedryx
unread,
Oct 21, 2010, 11:43:27 AM10/21/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to LimeChat
I'm working on a limechat theme and I'd like it to do a bit of setup
for me when I enter a channel. I've tried using javascript:
window.onload, document.onload,
document.addEventListener("DOMContentLoaded",... but nothing I can
think of seems to work. Is there a theme that runs a bit of
javascript when you join a channel that I could look at? Any reason
the methods I've tried so far won't work? Any alternate suggestions?