From f4ccaa028d56ed9364c972c5563c8ad8eeb2e497 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Thu, 19 Dec 2013 16:27:10 +0900 Subject: [PATCH] echoTabInfo decode url --- _keysnail.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_keysnail.js b/_keysnail.js index b5ab4d6..893da93 100644 --- a/_keysnail.js +++ b/_keysnail.js @@ -278,7 +278,7 @@ var echoTabInfo = (function(){ (idx + 1).toString() + " / " + len.toString() + " : " + title + " <" + - url + ">" + decodeURIComponent(url) + ">" ); }