From 5f63c83bafe97c1545de0fb6c08af5499b0ae6ff Mon Sep 17 00:00:00 2001 From: Goutte Date: Mon, 14 Aug 2017 05:19:07 +0200 Subject: [PATCH] Lint. --- README.md | 6 +++--- web/view/home.html.jinja2 | 4 +--- 2 files changed, 4 insertions(+), 6 deletions(-) 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