Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
maykar authored Jun 30, 2021
1 parent b36ea1b commit f15c785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kiosk-mode.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class KioskMode {
const headerStyle = "#view{min-height:100vh !important;--header-height:0;}app-header{display:none;}";

if (this.hideHeader || this.hideOverflow) {
this.addStyle(`${this.hideheader ? headerStyle : ""}${this.hideOverflow ? overflowStyle : ""}`, huiRoot);
this.addStyle(`${this.hideHeader ? headerStyle : ""}${this.hideOverflow ? overflowStyle : ""}`, huiRoot);
if (this.hideHeader && this.queryString("cache")) this.setCache("kmHeader", "true");
if (this.hideOverflow && this.queryString("cache")) this.setCache("kmOverflow", "true");
} else {
Expand Down

0 comments on commit f15c785

Please sign in to comment.