viewer += static/templates/head_taskbar.html

Javascript code inside taskbar.js doesn't work correctly with the new
viewer.  Will fix any issues in a clone of static/skin/taskbar.js.
This commit is contained in:
Veloman Yunkan
2022-03-20 15:38:26 +04:00
parent 7c6c315ead
commit 5b545d81bd
2 changed files with 14 additions and 0 deletions

View File

@ -4,6 +4,10 @@
<meta charset="UTF-8">
<title>ZIM Viewer</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link type="text/css" href="./skin/taskbar.css?KIWIXCACHEID" rel="Stylesheet" />
<link type="text/css" href="./skin/css/autoComplete.css?KIWIXCACHEID" rel="Stylesheet" />
<script type="text/javascript" src="./skin/taskbar.js?KIWIXCACHEID" defer></script>
<script type="text/javascript" src="./skin/autoComplete.min.js?KIWIXCACHEID"></script>
</head>
<body style="margin:0" onload="handle_visual_viewport_change()">