[help] Fighting Javascript

Edit: Problem solved.

#233841

Um, what was the problem? For any users who might have it in the future...

-NC

#234113

Two functions running themselves with setTimeout were conflicting; I created a global variable that stated which one was -supposed- to be running, so before calling setTimeout each function checked that variable. Simple yet maddening. :P

#234122

Sorry I asked :).

Thanks, though. I know who to ask if I ever experience a problem like this in the future.

-NC

#234123