First print styles and cdn switch
This commit is contained in:
parent
e3105a8698
commit
ed66b9f6ee
7 changed files with 86 additions and 8 deletions
|
|
@ -364,8 +364,12 @@
|
|||
<hr class="hr_hidden"/>
|
||||
<div class="div_placeholder_bkg"></div>
|
||||
<h1>Medien</h1>
|
||||
<h1>Druck</h1>
|
||||
</div>
|
||||
<script type="text/javascript" src="https://cdn.jsdelivr.net/jquery/2.1.4/jquery.min.js"></script>
|
||||
<script
|
||||
src="https://code.jquery.com/jquery-3.1.1.min.js"
|
||||
integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8="
|
||||
crossorigin="anonymous"></script>
|
||||
<script type="text/javascript">
|
||||
var w = Math.max(document.documentElement.clientWidth, window.innerWidth || 0)
|
||||
var h = Math.max(document.documentElement.clientHeight, window.innerHeight || 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue