Fix demo paths

Blob.min.js does not exist, change to Blob.js

Replace raw.github.com w/ cdn.rawgit.com -- fixed "strict MIME type checking is enabled" as per: 

http://stackoverflow.com/questions/17341122/link-and-execute-external-javascript-file-hosted-on-github
This commit is contained in:
Michael Deal
2014-11-06 14:25:51 -08:00
parent 765f1d90ae
commit 191d4fc695
+4 -4
View File
@@ -49,9 +49,9 @@
<input type="submit" value="Save"/>
</form>
</section>
<script async="" src="https://raw.github.com/eligrey/Blob.js/master/Blob.min.js"/>
<script async="" src="https://raw.github.com/eligrey/canvas-toBlob.js/master/canvas-toBlob.js"/>
<script async="" src="https://raw.github.com/eligrey/FileSaver.js/master/FileSaver.js"/>
<script async="" src="https://raw.github.com/eligrey/FileSaver.js/master/demo/demo.js"/>
<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"/>
</body>
</html>