Commit f65a0a9c authored by delanoe's avatar delanoe

[FEAT] Adding loader for documents and journals. But how to stop it ?

parent 6e31d792
......@@ -67,6 +67,14 @@ th a {
<div class="row">
<div id="monthly-volume-chart"></div>
</div>
<div id="content_loader">
<br>
<center>
<img width="10%" src="{% static "img/ajax-loader.gif"%}"></img>
</center>
<br>
</div>
</div>
</div>
......
......@@ -133,7 +133,13 @@ input[type=radio]:checked + label {
<div class="row">
<div id="monthly-volume-chart"></div>
</div>
<div id="content_loader">
<br>
<center>
<img width="10%" src="{% static "img/ajax-loader.gif"%}"></img>
</center>
<br>
</div>
</div>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment