]> git.wh0rd.org - tt-rss.git/commitdiff
fix cdmClicked doing nothing in expanded mode when clicking on article title
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Tue, 21 Dec 2010 17:11:38 +0000 (20:11 +0300)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Tue, 21 Dec 2010 17:11:38 +0000 (20:11 +0300)
viewfeed.js

index 4444ce29da8ccda9b62fd154144931f33bb347d6..fe81aad63dd84e4d8ae89fdf0a1fd6df12b2db04 100644 (file)
@@ -2017,6 +2017,8 @@ function cdmClicked(event, id) {
                                        onComplete: function(transport) { 
                                                handle_json_reply(transport); 
                                        } });
+
+                               return true;
                        }
 
                } else {