1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-04-19 09:15:50 +02:00

Fix 'Show this thread' not working >_>

This commit is contained in:
chylex 2018-01-12 12:39:46 +01:00
parent fc9e8a808f
commit 7f83a7773b

View File

@ -114,7 +114,7 @@
return if !btn; return if !btn;
btn.addEventListener("click", function(){ btn.addEventListener("click", function(){
$TD.showNotificationTweetDetail(); $TD.showTweetDetail();
}); });
})(); })();