lovasoa / dezoomify

Dezoomify is a web application to download zoomable images from museum websites, image galleries, and map viewers. Many different zoomable image technologies are supported.
https://dezoomify.ophir.dev
GNU General Public License v2.0
674 stars 75 forks source link

old browsers don't support String.prototype.endsWith #36

Closed soft-for-people closed 8 years ago

soft-for-people commented 8 years ago

Not worked for Zoomify (version 2?) at swaen.com: http://www.swaen.com/zoomV2.php?id=28828&zif_first=true for example.

Result:

Error ! TypeError: baseUrl.endsWith is not a function (http://ophir.alwaysdata.net/dezoomify/dezoomers/zoomify.js:15)

If you think this is an issue with dezoomify itself, you can report a bug on the bugtracker.

lovasoa commented 8 years ago

The problem

There are two issues here:

The solution