mirror of
https://github.com/chylex/TweetDuck.git
synced 2025-04-21 15:15:48 +02:00
Fix clicking on "Followed by:" users opening the browser
This commit is contained in:
parent
c138b13d01
commit
c53a1cbd01
@ -204,7 +204,7 @@
|
||||
var me = $(this);
|
||||
var rel = me.attr("rel");
|
||||
|
||||
if (!me.is(".link-complex") && !(rel === "mediaPreview" && me.closest("#open-modal").length === 0) && rel !== "list"){
|
||||
if (!me.is(".link-complex") && !(rel === "mediaPreview" && me.closest("#open-modal").length === 0) && rel !== "list" && rel !== "user"){
|
||||
$TD.openBrowser(me.attr("href"));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user