[fix] No CDN to avoid referer

This commit is contained in:
ljf 2018-11-27 16:34:38 +01:00
commit 0969f26611
3 changed files with 4 additions and 2 deletions

2
libreto/assets/js/jquery-3.3.1.min.js vendored Normal file

File diff suppressed because one or more lines are too long

View file

@ -11,7 +11,7 @@ global $libreto;
<script src="/libreto/assets/js/bindery.umd.js"></script>
<script src="/libreto/assets/js/bindery-controls.min.js"></script>
<script src="http://code.jquery.com/jquery-3.3.1.min.js"></script>
<script src="/libreto/assets/js/jquery-3.3.1.min.js"></script>
<link rel="stylesheet" href="/libreto/assets/style-reader.css">
<style><?= $libreto->pads()->book_css(); ?></style>
<script>

View file

@ -23,7 +23,7 @@ endif;
<link rel="stylesheet" href="/libreto/assets/style-index.css">
<script src="http://code.jquery.com/jquery-3.3.1.min.js"></script>
<script src="/libreto/assets/js/jquery-3.3.1.min.js"></script>
<script type="text/javascript" src="/libreto/assets/script-home.js"></script>
</head>