1
0
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:
chylex 2016-04-11 15:11:31 +02:00
parent 939fef42d6
commit 1befe0923e

View File

@ -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"));