Reputation: 1
i am trying to publish my first website so i can move it to another server location where the code can't be manipulated (Customer own Server).
the problem is all the javascript functions aren't working any more! i think the reason is because the website is reading from the DLLS and not from the sourcecode itself!
what can i do to make sure that the website can see the js files
thank you in advance!
Upvotes: 0
Views: 78
Reputation: 1582
Check the developer tools in your web browser for error messages. How you do this will depend on the browser you are using. You have likely got some errors in the paths to your javascript files. This would show up as missing files in you console.
Upvotes: 1