[Koha-bugs] [Bug 27748] Encoding problem in link to OverDrive results

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Feb 23 12:53:48 CET 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27748

--- Comment #4 from Magnus Enger <magnus at libriotech.no> ---
Technical note:

It looks like the use of escape() has been deprecated in favour of encodeURI
and encodeURIComponent:

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/escape

I have replaced two occurrences of escape with encodeURIComponent.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list