Merge pull request #314 from kiwix/nolibrarybutton-fix

Fix buggy --nolibrarybutton (regression)
pull/315/head
Kelson 7 years ago committed by GitHub
commit 6c1739d4cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -160,7 +160,7 @@ void introduceTaskbar(string& content, const string& humanReadableBookId)
content,
"<head>",
RESOURCE::include_html_part + (noLibraryButtonFlag
? "<style>#kiwix_serve_taskbar_library_button { display: none }</style>"
? "<style>#kiwix_serve_taskbar_library_button { display: none !important }</style>"
: "")
);
if ( humanReadableBookId.empty() ) {

Loading…
Cancel
Save