Active
Project:
Drigg External Vote Button
Version:
6.x-1.1
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Sep 2009 at 12:53 UTC
Updated:
17 Sep 2009 at 12:53 UTC
the button.js and button-new.js are using escape() to work with URIs
http://www.w3schools.com/jsref/jsref_escape.asp is noting on this:
The escape() and unescape() functions should not be used to encode or decode URIs. Use encodeURI() and decodeURI() functions instead!
Should we?