In provider.js you use escape es an url encode function. With some unicode symbols, this gives error as it is not save for url. e.g. ä should be %C3%A4 not %E4
User encodeURI instead
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | social_links-fix_javascript_escape-2068879-1.patch | 523 bytes | valkum |
Comments
Comment #1
valkum commentedComment #2
andrea_omitsis commentedIn my case I had to change this line:
to:
check_plain() was already encoding the title (wrong in html), so without it javascript encoding is enough
Comment #3
zach.bimson commentedHey guys,
We currently working on a stable D8 version of this module!
Will look at getting these patches reviewed asap.
Thanks,
Z
Comment #5
zach.bimson commentedComment #6
zach.bimson commented