mirror of
https://github.com/chylex/TweetDuck.git
synced 2025-04-22 00:15:48 +02:00
Fix missing comment in JS
This commit is contained in:
parent
939fef42d6
commit
1befe0923e
@ -177,7 +177,7 @@
|
||||
$TD.loadNotificationHeadContents(getNotificationHeadContents());
|
||||
|
||||
//
|
||||
// Block:
|
||||
// Block: Hook into links to bypass default open function
|
||||
//
|
||||
$(document.body).delegate("a[target='_blank']","click",function(e){
|
||||
$TD.openBrowser($(this).attr("href"));
|
||||
|
Loading…
Reference in New Issue
Block a user