[dw-free] Backed out changeset 2f6fa7cdf6c6
[commit: http://hg.dwscoalition.org/dw-free/rev/e281b9671bdc]
Backed out changeset 2f6fa7cdf6c6
Files modified:
Backed out changeset 2f6fa7cdf6c6
Files modified:
- htdocs/js/thread_expander.js
-------------------------------------------------------------------------------- diff -r 2f6fa7cdf6c6 -r e281b9671bdc htdocs/js/thread_expander.js --- a/htdocs/js/thread_expander.js Sat Oct 24 18:15:05 2009 +0000 +++ b/htdocs/js/thread_expander.js Sun Oct 25 02:22:03 2009 +0800 @@ -150,8 +150,6 @@ Expander.prototype.onLoadHandler = funct }); this.killDuplicate(comments_intersection); this.loadingStateOff(); - if ( typeof ContextualPopup.setup() != "undefined" ) - ContextualPopup.setup(); return true; } --------------------------------------------------------------------------------