From b02bdbaaa779a96beef205145a1f572634930c7a Mon Sep 17 00:00:00 2001 From: Graziano Felline Date: Wed, 14 Mar 2012 15:41:10 +0100 Subject: [PATCH] ISSUE 625 - corrected the bug. Added li's elements poison --- core/main/client/mitb.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/main/client/mitb.js b/core/main/client/mitb.js index b5b6b6f5e..07bf8efca 100644 --- a/core/main/client/mitb.js +++ b/core/main/client/mitb.js @@ -208,7 +208,7 @@ beef.mitb = { } }, - // Fetches a window.location=http://something and setting up history + // Fetches a window.location=http://domainname.com and setting up history fetchOnclick:function (url) { try { var target = document.getElementsByTagName("html")[0];