Skip to content
Snippets Groups Projects
Commit cff9cc5e authored by Marjolaine Bodin's avatar Marjolaine Bodin
Browse files

missing grunt for prod

parent 22bacfac
No related branches found
No related tags found
No related merge requests found
Pipeline #141011 passed
......@@ -770,7 +770,7 @@ Event.prototype = {
};
function ExperimentalReportController() {
this.server = "https://wwws.esrf.fr/misapps/SMISServer/rest/reports/fileNames";
this.server = "https://smis.esrf.fr/misapps/SMISServer/rest/reports/fileNames";
this.timeout = 5e3;
this.onSuccess = new Event(this);
this.onError = new Event(this);
......@@ -827,7 +827,7 @@ ExperimentalReportController.prototype.requestFilenameList = function(proposal)
ExperimentalReportController.prototype.openFileInNewTab = function(filename) {
if (filename) {
try {
window.open("ftp://www.esrf.eu/pub/UserReports/" + filename, "_blank");
window.open("http://ftp.esrf.fr/pub/UserReports/" + filename, "_blank");
} catch (err) {
alert("The requested file " + filename + " could not be downloaded.");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment