Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
GB609 authored Sep 25, 2024
1 parent a7b817d commit 4c1ab57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/MobileLayout/js/MobileLayout.js
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@
frameEle.parentElement.setAttribute("id", "frameDiv_" + frameEle.getAttribute("name"));
}

LOGGER.debug("document title is", document.title);
if(OPTIONS.NAV.linksAsButtons == true && document.title.includes("Navigation")){
HOOKS.stylesheet.addRule(TEMPLATE.asText('naviFrame.css'));
}
Expand Down

0 comments on commit 4c1ab57

Please sign in to comment.