From cff9cc5e37f8f051e1f66083a34021641c8d001a Mon Sep 17 00:00:00 2001 From: Marjolaine Bodin <bodin@esrf.fr> Date: Tue, 22 Mar 2022 15:04:52 +0100 Subject: [PATCH] missing grunt for prod --- www/min/doi.min.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/min/doi.min.js b/www/min/doi.min.js index e1942e1..99d2726 100644 --- a/www/min/doi.min.js +++ b/www/min/doi.min.js @@ -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."); } -- GitLab