afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)
afuna ([personal profile] afuna) wrote in [site community profile] changelog2009-10-24 06:15 pm

[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 [personal profile] wyntarvox.

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;
 }
 
--------------------------------------------------------------------------------