I have all my javascript / jquery functions in a separate files, and need to prevent users from accessing this file. How can I do it ? Currently they can have a look at the source of the page and click on the following address to have access to this file.
My code is using the following line to have access to external functions on myfile.js file.
<script src="../myfiles/myfile.js"></script>
I do not want to deactivate double click on the page.