简体   繁体   中英

Cannot load javascript file

My webpage has a lot of javascript files (about 100). Evry single file is loaded fine, except of that one: <script src="javascript/tinymce/tinymce.js" type="text/javascript"></script>

When I add this line, page is loading about 5 minutes and then, tinymce is not loaded. I tried open source code of that file in browser, but tinymce.js is loading to unlimited. No errors shown.

Path to file is right, because I tried to acces other files (tinymce.dev.js, tinymce.jquery.dev.js...) and everything is loading right. File name is same as in source code.

Any suggestions?

I found out, where problem was. ESET Antivirus 7 blocks internet connection and then files with size more than 256kB won't show. So, in ESET:

  1. Advanced setup (F5)
  2. Web and email
  3. Web access protection
  4. URL address management
  5. And added these addresses: *127.0.0.1* and *localhost*

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM