server/php/basic/public_html/static/lib/FileSaver/demo/index.xhtml
changeset 598 eb4f4eceada0
parent 442 adb907bba956
--- a/server/php/basic/public_html/static/lib/FileSaver/demo/index.xhtml	Fri Mar 18 14:15:23 2016 +0100
+++ b/server/php/basic/public_html/static/lib/FileSaver/demo/index.xhtml	Thu Mar 31 17:12:38 2016 +0200
@@ -8,7 +8,7 @@
 <body>
     <h1><a href="https://github.com/eligrey/FileSaver.js">FileSaver.js</a> demo</h1>
     <p>
-        The following examples demonstrate how it is possible to generate and save any type of data right in the browser using the W3C <code>saveAs()</code> <a href="http://www.w3.org/TR/file-writer-api/#the-filesaver-interface">FileSaver</a> interface, without contacting any servers.
+        The following examples demonstrate how it is possible to generate and save any type of data right in the browser using the W3C <code>saveAs()</code> FileSaver interface, without contacting any servers.
     </p>
     <section id="image-demo">
         <h2>Saving an image</h2>
@@ -49,9 +49,9 @@
             <input type="submit" value="Save"/>
         </form>
     </section>
-    <script async="" src="https://cdn.rawgit.com/eligrey/Blob.js/master/Blob.js"/>
-    <script async="" src="https://cdn.rawgit.com/eligrey/canvas-toBlob.js/master/canvas-toBlob.js"/>
-    <script async="" src="https://cdn.rawgit.com/eligrey/FileSaver.js/master/FileSaver.js"/>
-    <script async="" src="https://cdn.rawgit.com/eligrey/FileSaver.js/master/demo/demo.js"/>
+    <script async="" src="https://cdn.rawgit.com/eligrey/Blob.js/0cef2746414269b16834878a8abc52eb9d53e6bd/Blob.js"/>
+    <script async="" src="https://cdn.rawgit.com/eligrey/canvas-toBlob.js/8316fb3ee6d67f68f44089a82ab87bf580d2a5e3/canvas-toBlob.js"/>
+    <script async="" src="https://cdn.rawgit.com/eligrey/FileSaver.js/62d219a0fac54b94cd4f230e7bfc55aa3f8dcfa4/FileSaver.js"/>
+    <script async="" src="https://cdn.rawgit.com/eligrey/FileSaver.js/702cd2e820b680f88a0f299e33085c196806fc52/demo/demo.js"/>
 </body>
 </html>