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
Hi, i have this error and i dont now why, im including this libraries:
Thanks,
The text was updated successfully, but these errors were encountered:
That's likely an issue with the path you're using for touchSwipe.js. I assume if you open the developer console you'll see a 404 error.
/resources/js is an absolute path that resolves to a resources folder at your site root, with a js folder inside that. Is that correct?
/resources/js
resources
js
Sorry, something went wrong.
Hi, isn´t a problem with the path, becouse touchSwipe.js and the others javascript files load correctly. can it be another problem?
having the same problem
No branches or pull requests
Hi, i have this error and i dont now why, im including this libraries:
<script type="text/javascript" src="http://code.jquery.com/jquery-3.3.0.js" ></script> <script type="text/javascript" src="/resources/js/touchSwipe.js"></script>Thanks,
The text was updated successfully, but these errors were encountered: