diff options
author | Roman Gräf <roman.graef@gmail.com> | 2017-11-01 13:35:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-01 13:35:24 +0100 |
commit | 9b3dbe999e1b471fdd2d9ca1838db27570cc2c3f (patch) | |
tree | 5b1545e5ce22f6d73fc2822395a58a8616bdcc6c | |
parent | b23276721f715deb49b202c5ebaba4e9494a42c6 (diff) | |
download | ichtml-9b3dbe999e1b471fdd2d9ca1838db27570cc2c3f.tar.gz ichtml-9b3dbe999e1b471fdd2d9ca1838db27570cc2c3f.tar.bz2 ichtml-9b3dbe999e1b471fdd2d9ca1838db27570cc2c3f.zip |
Update index.html
-rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -17,8 +17,8 @@ Sidebar
-->
<div class="sidebar" id="sidebar" style="display:none">
- <!--
- <a onclick="sidebar_close()" href="#" class="sidebar-button button sidebar-close">Close ×</a>
+
+ <a onclick="sidebar_close()" href="#" class="sidebar-button button sidebar-close">Close ×</a><!--
<a href="#" onclick="open_timetable()" class="sidebar-button button">Stundenplan</a>
<a href="https://gitlab.com/MDWay" onclick="sidebar_close()" target="_blank" class="sidebar-button button">
<img src="https://gitlab.com/assets/favicon-075eba76312e8421991a0c1f89a89ee81678bcde72319dd3e8047e2a47cd3a42.ico">Gitlab</a>
|