diff --git a/web/run.py b/web/run.py index f1e5b26..ce592c2 100755 --- a/web/run.py +++ b/web/run.py @@ -1038,8 +1038,9 @@ def download_targets_cdf(targets, inp, started_at, stopped_at): environ['SPACEPY'] = CACHE_DIR environ['CDF_LIB'] = CDF_LIB try: + # Importing pydcf will fail if the toolbox is not up to date. # todo: maybe move this to the daily cache warmup ? - log.info("Updating spacepy's table of leap seconds…") + log.info("Updating spacepy's toolbox…") import spacepy.toolbox spacepy.toolbox.update() except Exception as e: diff --git a/web/view/home.html.jinja2 b/web/view/home.html.jinja2 index c311ce1..72f91fc 100755 --- a/web/view/home.html.jinja2 +++ b/web/view/home.html.jinja2 @@ -222,16 +222,16 @@ #time_series:hover .help { display: block; } + #time_series svg .brush .selection { + fill: #efa02c; + fill-opacity: 0.382; + } .axis path, .axis line { fill: none; {# stroke: #f4f4f4;#} shape-rendering: crispEdges; stroke-width: 1px; } - #time_series svg .brush .selection { - fill: #efa02c; - fill-opacity: 0.382; - } path.line { fill: none; stroke: steelblue; @@ -347,6 +347,9 @@ background-color: #c8d3e1; } + + {# CSS Spinners #} + #download_spinner { display: none; top: 2px; @@ -355,8 +358,6 @@ height: 14px; } - {# CSS Spinners #} - #plots_loader { position: fixed; top: 0; left: 0; bottom: 0; right: 0; @@ -566,7 +567,6 @@ } } - {% endblock %} -- libgit2 0.21.2