mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-26 10:11:30 +00:00
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:
@ -196,6 +196,16 @@ R"EXPECTEDRESULT( <img src="../skin/download.png?
|
||||
<img src="../skin/hash.png?cacheid=f836e872" alt="download hash" />
|
||||
<img src="../skin/magnet.png?cacheid=73b6bddf" alt="download magnet" />
|
||||
<img src="../skin/bittorrent.png?cacheid=4f5c6882" alt="download torrent" />
|
||||
)EXPECTEDRESULT"
|
||||
},
|
||||
{
|
||||
/* url */ "/ROOT/viewer",
|
||||
R"EXPECTEDRESULT( <link type="text/css" href="./skin/taskbar.css?cacheid=26082885" rel="Stylesheet" />
|
||||
<link type="text/css" href="./skin/css/autoComplete.css?cacheid=08951e06" rel="Stylesheet" />
|
||||
<script type="text/javascript" src="./skin/taskbar.js?cacheid=1aec4a68" defer></script>
|
||||
<script type="text/javascript" src="./skin/autoComplete.min.js?cacheid=1191aaaf"></script>
|
||||
return '/skin/blank.html';
|
||||
if ( url == '/skin/blank.html' ) {
|
||||
)EXPECTEDRESULT"
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user