diff options
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> |