Closed peterpoe closed 9 years ago
window.location.toString() in Firefox returns the encoded version of the url. Example:
Firefox: http://www.example.com/?foo%5B1%5D=bar Other browsers: http://www.example.com/?foo[1]=bar
Already handled in another issue.
window.location.toString() in Firefox returns the encoded version of the url. Example:
Firefox: http://www.example.com/?foo%5B1%5D=bar Other browsers: http://www.example.com/?foo[1]=bar