-
Notifications
You must be signed in to change notification settings - Fork 599
New issue
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
Uncaught reference error: adjustSkillCardsHeight() is not defined #441
Comments
Having this same error. Not sure when but my toha themed site is now completely broken, and although I don't think it is related, this is the only error. |
@pboling It seems your website is looking for the CSS files in |
I think you should update to the latest toha theme and also check the baseURL of your config.yaml file. |
I had hard coded |
I am having the same issue, what happened to the implementation of the |
@t-muehlberger this functionality is now done by CSS. We removed the unnecessary |
Expected Behavior
There should be a declaration for this function in home.js file.
Current Behavior
But no function titled "adjustSkillCardsheight()" is defined. This might also cause other errors such as skill cards will not resize when reduce to mobile screen and etc.
Possible Solution
Either this function should be defined or be deleted if is not useful.
Steps to Reproduce
Screenshots
Browsers Affected
The text was updated successfully, but these errors were encountered: