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?