use global webapp redirects when shutting down

This commit is contained in:
Joey Hess 2013-11-23 16:21:09 -04:00
parent b1a89c448a
commit 6802123f7d
7 changed files with 38 additions and 16 deletions

View file

@ -0,0 +1,10 @@
<div .span9 .hero-unit>
<p>
Bye bye!
<div .modal .fade #shutdownmodal>
<div .modal-header>
<h3>
git-annex has shut down
<div .modal-body>
<p>
You can now close this browser window.

View file

@ -0,0 +1,3 @@
$(function() {
$('#shutdownmodal').modal('show');
});

View file

@ -1,2 +0,0 @@
<div .span9 .hero-unit>
Shutting down...