wgnhs / lslc-web-app

Web Application for the viewing the WGNHS Lake Superior Legacy Collection
https://wgnhs.github.io/lslc-web-app/
1 stars 0 forks source link

unslider CDN link is broken #174

Open cmrRose opened 5 years ago

cmrRose commented 5 years ago

We have been referencing Unslider through the following links:

<!-- Unslider -->
            <script src="https://unpkg.com/unslider@2.0.3"></script>
            <link rel="stylesheet" href="https://unpkg.com/unslider@2.0.3/dist/css/unslider.css">
            <link rel="stylesheet" href="https://unpkg.com/unslider@2.0.3/dist/css/unslider-dots.css">

However, this link is now dead.

cmrRose commented 5 years ago

New links to the library:

<!-- Unslider -->
            <script src="https://unpkg.com/unslider@2.0.3/src/js/unslider.js"></script>
            <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/unslider/2.0.3/css/unslider.css">
            <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/unslider/2.0.3/css/unslider-dots.css">
cmrRose commented 5 years ago

the unslider links are not working again.