Posted by mean0dspt on September 17, 2009 at 12:53pm
1 follower
| Project: | Drigg External Vote Button |
| Version: | 6.x-1.1 |
| Component: | Code |
| Category: | bug report |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
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?