From 1befe0923e6ea8e5be31cd056fc3012a9216d6e6 Mon Sep 17 00:00:00 2001 From: chylex <info@chylex.com> Date: Mon, 11 Apr 2016 15:11:31 +0200 Subject: [PATCH] Fix missing comment in JS --- Resources/code.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"));