[dw-free] Expanded comments don't have contextual hovers
[commit: http://hg.dwscoalition.org/dw-free/rev/2f6fa7cdf6c6]
http://bugs.dwscoalition.org/show_bug.cgi?id=1217
Set up contextual hover popup for newly expanded comments.
Patch by
wyntarvox.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=1217
Set up contextual hover popup for newly expanded comments.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- htdocs/js/thread_expander.js
-------------------------------------------------------------------------------- diff -r 67156ed04d1e -r 2f6fa7cdf6c6 htdocs/js/thread_expander.js --- a/htdocs/js/thread_expander.js Sat Oct 24 17:45:04 2009 +0000 +++ b/htdocs/js/thread_expander.js Sat Oct 24 18:15:05 2009 +0000 @@ -150,6 +150,8 @@ Expander.prototype.onLoadHandler = funct }); this.killDuplicate(comments_intersection); this.loadingStateOff(); + if ( typeof ContextualPopup.setup() != "undefined" ) + ContextualPopup.setup(); return true; } --------------------------------------------------------------------------------