diff --git a/README.md b/README.md index b0c8302..a4c8694 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ -The sources of the website available at https://spaceweatheronline.cdpp.eu - +## http://heliopropa.irap.omp.eu # What ## Web Server Build and serve heliopropa's visualizations. -It's a `flask` webserver, serving `d3.js` plots written in `livescript`. +It's a `flask` webserver, serving `d3.js` plots written in `livescript`, +which is just javascript with lots of sugar to make it palatable. It also gathers NetCDF data from AMDA, and serves it as CSV to the plotter. diff --git a/web/view/home.html.jinja2 b/web/view/home.html.jinja2 index fe18cee..007258e 100755 --- a/web/view/home.html.jinja2 +++ b/web/view/home.html.jinja2 @@ -457,9 +457,7 @@ jQuery().ready(function($){ type: 'GET', url: url, processData: false, - success: function (data) { - window.location = url; - }, + success: function (data) { window.location = url; }, error: function (xhr) { console.error('Cannot download.', xhr); alert("Our apologies, there was an error while downloading."); -- libgit2 0.21.2