Created 02-10-2017 12:14 PM
When I open the resource manager URL in the browser, it display partial data and show "This page will not function without javascript enabled. Please enable javascript on your browser". When I debug further it says JQuery.js files are not loaded. What could be the issue? Kindly help.
Thanks,
Subramanian S.
Created 02-10-2017 05:58 PM
@Subramanian Santhanam can you please add more details with screenshots and logs?
Created 02-11-2017 06:00 AM
Additionally it looks like your browser is restricting "javascript" to be executed inside it. You should allow your browser to do enable javascript execution.
Please refer to the following link in order to check if your browser has javascript enabled or not? And if it is disabled then you can follow the instructions from the same link to know how to fix it:
.
Created 02-11-2017 06:28 PM
@Jay SenSharma - The jquery.js files are getting blocked. When we inspect using document inspector we are getting 404 for the jquery.js and js.gz files. Don't know how to fix it and where its getting filtered.