dont show in progresss message or regen index on exit

This commit is contained in:
Nick Sweeting 2019-03-20 02:36:55 -04:00
parent f9a7c530b9
commit 7f84c4b3c8
2 changed files with 9 additions and 7 deletions

View file

@ -117,9 +117,9 @@
body[data-status~=finished] .files-spinner {
display: none;
}
body[data-status~=running] .in-progress {
/*body[data-status~=running] .in-progress {
display: inline-block;
}
}*/
</style>
</head>
<body data-status="$status">
@ -135,7 +135,9 @@
</a>
</div>
<div class="header-center">
Archived Sites <span class="in-progress">(Currently Updating)</span><br/>
Archived Sites
<!--<span class="in-progress">(Currently Updating)</span>-->
<br/>
<small>Last updated $time_updated</small>
</div>
</header>