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