diff --git a/Resources/code.js b/Resources/code.js index 34fc94c8..7f87152a 100644 --- a/Resources/code.js +++ b/Resources/code.js @@ -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"));