remote version of pouchdb breaks appcache. hopefully this will help

This commit is contained in:
Yord 2015-04-06 11:06:00 +02:00
parent 1f5bd789a7
commit 5582e9206d
3 changed files with 14 additions and 3 deletions

View file

@ -15,7 +15,8 @@
<script type="text/javascript" src="//cdn.datatables.net/1.10.0/js/jquery.dataTables.min.js"></script> <script type="text/javascript" src="//cdn.datatables.net/1.10.0/js/jquery.dataTables.min.js"></script>
<script type="text/javascript" src="//cdn.datatables.net/fixedheader/2.1.1/js/dataTables.fixedHeader.min.js"></script> <script type="text/javascript" src="//cdn.datatables.net/fixedheader/2.1.1/js/dataTables.fixedHeader.min.js"></script>
<script type="text/javascript" src="/static/javascripts/lz-string-1.3.3-min.js"></script> <script type="text/javascript" src="/static/javascripts/lz-string-1.3.3-min.js"></script>
<script src="//cdn.jsdelivr.net/pouchdb/3.3.1/pouchdb.min.js"></script> <!--script src="//cdn.jsdelivr.net/pouchdb/3.3.1/pouchdb.min.js"></script-->
<script type="text/javascript" src="/static/javascripts/pouchdb-3.3.1.min.js"></script>
<script type="text/javascript"> <script type="text/javascript">
var db = new PouchDB('ikrpg'); var db = new PouchDB('ikrpg');
</script> </script>

View file

@ -135,6 +135,7 @@ CACHE:
/static/javascripts/jquery-ui-1.10.4.min.js /static/javascripts/jquery-ui-1.10.4.min.js
/static/javascripts/lz-string-1.3.3-min.js /static/javascripts/lz-string-1.3.3-min.js
/static/javascripts/setup-datatables.js /static/javascripts/setup-datatables.js
/static/javascripts/pouchdb-3.3.1.min.js
# stylesheets # stylesheets
/static/stylesheets/content/character-sheet.css /static/stylesheets/content/character-sheet.css
@ -160,8 +161,6 @@ https://cdn.datatables.net/1.10.0/js/jquery.dataTables.min.js
http://cdn.datatables.net/1.10.0/js/jquery.dataTables.min.js http://cdn.datatables.net/1.10.0/js/jquery.dataTables.min.js
https://cdn.datatables.net/fixedheader/2.1.1/js/dataTables.fixedHeader.min.js https://cdn.datatables.net/fixedheader/2.1.1/js/dataTables.fixedHeader.min.js
http://cdn.datatables.net/fixedheader/2.1.1/js/dataTables.fixedHeader.min.js http://cdn.datatables.net/fixedheader/2.1.1/js/dataTables.fixedHeader.min.js
https://cdn.jsdelivr.net/pouchdb/3.3.1/pouchdb.min.js
http://cdn.jsdelivr.net/pouchdb/3.3.1/pouchdb.min.js
NETWORK: NETWORK:
* *

11
static/javascripts/pouchdb-3.3.1.min.js vendored Normal file

File diff suppressed because one or more lines are too long