diff options
author | 2018-03-01 14:01:46 +0000 | |
---|---|---|
committer | 2018-03-01 14:01:46 +0000 | |
commit | e9bdcec0de6419bd3096f1aba613d92e5964ddbe (patch) | |
tree | ccab70fc045a7d4661f1435df79395a84944760c /templates/errors | |
parent | Quick patch to prevent title from always being 'Internal server error' (diff) |
Close window by hitting red button
Diffstat (limited to 'templates/errors')
-rw-r--r-- | templates/errors/error.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/errors/error.html b/templates/errors/error.html index 834f4e62..d9a805df 100644 --- a/templates/errors/error.html +++ b/templates/errors/error.html @@ -16,10 +16,10 @@ <script src="/static/js/typewriter.js"></script> <link href="/static/css/window.css" rel="stylesheet" type="text/css"/> <div class="uk-container uk-section"> - <div class="window"> + <div class="window" id="win"> <div class="top"> <div class="panel"> - <span class="first"></span> + <span class="first" onclick="closeWindow()"></span> <span class="second"></span> <span class="third"></span> </div> |