Jump to content

.Js Files


vit

Recommended Posts

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
 

 

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...