mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-30 14:35:20 -04:00
re-save index on Ctrl+c to hide in progress message on html output
This commit is contained in:
parent
6f5abd49b4
commit
1b5201fd58
3 changed files with 13 additions and 7 deletions
|
@ -100,7 +100,7 @@
|
|||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<body data-status="$status">
|
||||
<header>
|
||||
<div class="header-right">
|
||||
<a href="https://github.com/pirate/ArchiveBox/wiki">Documentation</a> |
|
||||
|
@ -113,7 +113,7 @@
|
|||
</a>
|
||||
</div>
|
||||
<div class="header-center">
|
||||
Archived Sites<br/>
|
||||
Archived Sites <span class="in-progress">(Currently Updating)</span><br/>
|
||||
<small>Last updated $time_updated</small>
|
||||
</div>
|
||||
</header>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue