mirror of
https://github.com/zamentur/libreto.git
synced 2025-11-13 17:22:41 +05:30
[fix] No CDN to avoid referer
This commit is contained in:
parent
e0d5f06508
commit
0969f26611
3 changed files with 4 additions and 2 deletions
2
libreto/assets/js/jquery-3.3.1.min.js
vendored
Normal file
2
libreto/assets/js/jquery-3.3.1.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue