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:
parent
fc9e8a808f
commit
7f83a7773b
@ -114,7 +114,7 @@
|
|||||||
return if !btn;
|
return if !btn;
|
||||||
|
|
||||||
btn.addEventListener("click", function(){
|
btn.addEventListener("click", function(){
|
||||||
$TD.showNotificationTweetDetail();
|
$TD.showTweetDetail();
|
||||||
});
|
});
|
||||||
})();
|
})();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user