Files
edx-platform/lms/static
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
..
2018-07-10 02:27:11 +05:30
2020-01-13 14:58:23 -05:00
2018-04-13 14:10:40 -04:00