Update export.html

Change third party libraries to forked copies to make sure that uncontrolled future changes won't break the app.
pull/1/head
Viljo Viitanen 2015-09-18 10:38:02 +03:00
rodzic 341a978231
commit 3d6ba536c4
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -25,8 +25,8 @@ div{margin:10px}
<a href="https://github.com/viljoviitanen/freeotp-export">Instructions at github</a>
<br>
FreeOTP adb backup file: <input id="file" type="file">
<script src="https://rawgit.com/nodeca/pako/master/dist/pako_inflate.js"></script>
<script src="https://rawgit.com/Qvazar/js-untar/master/build/dist/untar.js"></script>
<script src="https://rawgit.com/viljoviitanen/pako/master/dist/pako_inflate.js"></script>
<script src="https://rawgit.com/viljoviitanen/js-untar/master/build/dist/untar.js"></script>
<script src="https://rawgit.com/viljoviitanen/qrcodejs/master/qrcode.min.js"></script>
<script type="text/javascript">