Cleaned up forums.js. As discussed in e-mail, changed generic function names such as "toggle()" to "forums_toggle()" to reduce the odds of …
Show more
Cleaned up forums.js. As discussed in e-mail, changed generic function namessuch as "toggle()" to "forums_toggle()" to reduce the odds of future nameclashes causing as much confusion and embarrassment as the recent ones in zenand forums did. Made formatting consistent. Got rid of template::head callsto load unused javascript which just made the code more confusing.Behavior matches .LRN 2.2 behavior, the arrow on a message collapses orexpands that message only, not its subtree. Subtree would probably be better(and I swear it did, once upon a time) but that will have to wait for thefuture if people want it.
Show less