mirror of
https://github.com/chylex/TweetDuck.git
synced 2025-04-20 21:15:48 +02:00
Fix 'Show this thread' not working >_>
This commit is contained in:
parent
fc9e8a808f
commit
7f83a7773b
@ -114,7 +114,7 @@
|
||||
return if !btn;
|
||||
|
||||
btn.addEventListener("click", function(){
|
||||
$TD.showNotificationTweetDetail();
|
||||
$TD.showTweetDetail();
|
||||
});
|
||||
})();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user