From 5380c5c91658489e27fcf89b8d76ffa139243e92 Mon Sep 17 00:00:00 2001 From: Yingtong Li Date: Sun, 7 Jan 2018 20:57:33 +0800 Subject: [PATCH] Also fix loader on election view page --- eosweb/core/templates/election/base.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eosweb/core/templates/election/base.html b/eosweb/core/templates/election/base.html index 3694e55..08951b7 100644 --- a/eosweb/core/templates/election/base.html +++ b/eosweb/core/templates/election/base.html @@ -2,7 +2,7 @@ {# Eos - Verifiable elections - Copyright © 2017 RunasSudo (Yingtong Li) + Copyright © 2017-18 RunasSudo (Yingtong Li) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by @@ -57,7 +57,7 @@ $("#election-tab-menu .item").removeClass("active"); linkEl.addClass("active"); - $("#election-tab-content").html('
Loading. Please wait.
'); + $("#election-tab-content").html('
Loading. Please wait.
'); $("#election-tab-content").load(linkEl.attr("href") + " #election-tab-content", function() { linkEl.find(".loader").removeClass("active");