Files
edx-platform/lms/static/js/spec/student_account
zia.fazal@arbisoft.com eeb390862c Use encodeURIComponent instead of encodeURI
We should use encodeURIComponent instead of encodeURI when encoding part of uri like querystring. encodeURI does not encode `+` sign. For example a query string parameter like `scope=user_id+profile+email` is not encoded by `encodeURI` which results in invalid url on select multiple enterprise page.

Fixed broken test
2020-02-24 12:58:15 +05:00
..
2017-12-08 14:38:41 -05:00
2017-12-08 14:38:41 -05:00
2019-02-06 15:18:04 +05:00