]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Using the right selector for notice_reply
authorSarven Capadisli <csarven@status.net>
Tue, 17 Nov 2009 00:07:21 +0000 (00:07 +0000)
committerSarven Capadisli <csarven@status.net>
Tue, 17 Nov 2009 00:07:21 +0000 (00:07 +0000)
plugins/Realtime/realtimeupdate.js

index 2ded33e937046e0005fa1a17dfa11436c38c0d0a..132f79abb4b7800ad981c2a822ac44a96f491530 100644 (file)
@@ -82,7 +82,7 @@ RealtimeUpdate = {
               if ($('#notices_primary .notice').length > RealtimeUpdate._maxnotices) {
                    $("#notices_primary .notice:last .form_disfavor").unbind('submit');
                    $("#notices_primary .notice:last .form_favor").unbind('submit');
-                   $("#notices_primary .notice:last #notice_in-reply-to").unbind('click');
+                   $("#notices_primary .notice:last .notice_reply").unbind('click');
                    $("#notices_primary .notice:last").remove();
               }