Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
2.0.0-alpha, 3.0.0-alpha1
-
None
Description
When we try access the MRV2 UI, it is always giving the below message in the UI even if the java script enabled in the browser.
This page works best with javascript enabled.
It is trying to download these below css/js files from internet and finally ending up with the above message. For loading the page also it is taking long time.
JQueryUI.java
html. link(join("https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.9/themes/", getTheme(), "/jquery-ui.css")). link("/static/dt-1.7.5/css/jui-dt.css"). script("https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"). script("https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.9/jquery-ui.min.js").