Skip to content
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

Navbar #82

Open
snsnf opened this issue Jun 24, 2021 · 1 comment
Open

Navbar #82

snsnf opened this issue Jun 24, 2021 · 1 comment

Comments

@snsnf
Copy link

snsnf commented Jun 24, 2021

Navbar not working on the phone, so when I click it doesn't give me anything

@snsnf snsnf closed this as completed Jun 24, 2021
@snsnf snsnf reopened this Jun 24, 2021
@snsnf
Copy link
Author

snsnf commented Jun 24, 2021

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/fancybox@3.5.2/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>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant