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
When materialtabs is used with real URL. Javascript code crash at if (target.trim() !== "#" && $(target).length > 0)
if (target.trim() !== "#" && $(target).length > 0)
<ul class="app-bar-present pos-relative" data-role="materialtabs"> <li class="active"><a href="/insights">Insights</a></li> <li><a href="/information">Informations</a></li> </ul>
Adding try/catch block will prevent this error
The text was updated successfully, but these errors were encountered:
MaterialTabs: fix issue #1402
5604717
0eda206
No branches or pull requests
When materialtabs is used with real URL. Javascript code crash at
if (target.trim() !== "#" && $(target).length > 0)
Adding try/catch block will prevent this error
The text was updated successfully, but these errors were encountered: