We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Boxmenu prevents adapt from executing if background-images haven't been specified in the JSON before compiling.
Latest versions of boxmenu
Instal adapt from the comand line. Compile
Needs a break clause if (!backgroundImages) return but needs separating out in to functions or reconfiguring..
if (!backgroundImages) return
adapt-contrib-boxMenu/js/BoxMenuView.js
Lines 9 to 19 in 182b229
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
Fix: Guards for missing configs (fixes #195)
9cb789b
fb59fe5
Chore(release): 7.0.1 [skip ci]
74ad71f
## [7.0.1](v7.0.0...v7.0.1) (2024-06-10) ### Fix * Guards for missing configs (fixes #195) (#196) ([fb59fe5](fb59fe5)), closes [#195](#195) [#196](#196)
oliverfoster
Successfully merging a pull request may close this issue.
Subject of the issue
Boxmenu prevents adapt from executing if background-images haven't been specified in the JSON before compiling.
Your environment
Latest versions of boxmenu
Steps to reproduce
Instal adapt from the comand line. Compile
Expected behaviour
Needs a break clause
if (!backgroundImages) return
but needs separating out in to functions or reconfiguring..adapt-contrib-boxMenu/js/BoxMenuView.js
Lines 9 to 19 in 182b229
The text was updated successfully, but these errors were encountered: