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
Navbar not working on the phone, so when I click it doesn't give me anything
The text was updated successfully, but these errors were encountered:
I found the solution
only download the .js files and locate them on the server, then
Change this
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.3/js/bootstrap.bundle.min.js"></script> <script src="https://cdn.jsdelivr.net/gh/fancyapps/[email protected]/dist/jquery.fancybox.min.js"></script>
To This
<script src="jquery.min.js"></script> <script src="bootstrap.bundle.min.js"></script> <script src="jquery.fancybox.min.js"></script>
Sorry, something went wrong.
No branches or pull requests
Navbar not working on the phone, so when I click it doesn't give me anything
The text was updated successfully, but these errors were encountered: