Jump to content

Recommended Posts

Posted

Hi. my site call  some .js files on the php code, but isnt working, can you please enable support for it? Thank you!!

 

the files are like this:

 

  <script src="js/vue-2.4.0.min.js"></script>
 
 
my site: vit.heliohost.us
 

 

Posted

Script tags are processed and loaded entirely on the client. This won't be a server issue but rather broken code on your part. More often than not, it'll be because the paths are incorrect.

 

Odds are in your browser if you open the developer tools and watch the page load, the JS files are returning a 404 error.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...