From 01917fd33d6af73334ee80082971f3ac3a0fbcfe Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 18 Jun 2015 11:56:41 -0300 Subject: Scuttle: cleanup (2) --- vimperator.dot.link/plugin/scuttle.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimperator.dot.link/plugin/scuttle.js b/vimperator.dot.link/plugin/scuttle.js index 06f160a..e3f24ea 100644 --- a/vimperator.dot.link/plugin/scuttle.js +++ b/vimperator.dot.link/plugin/scuttle.js @@ -41,7 +41,7 @@ commands.addUserCommand(['scuttle'], "Save page as a bookmark on Scuttle", tags = args.string; } - url += "&tags=" + encodeURIComponent(tags).replace(/,,/g, ';').replace(/,/g, ' ').replace(/;/g, ', ').replace(/%2C/g, ','); + url += "&tags=" + encodeURIComponent(tags).replace(/%2C/g, ','); var xhr = new XMLHttpRequest(); xhr.open("POST", url, false); xhr.send(null); -- cgit v1.2.3