diff options
author | Adam Mathes <adam@trenchant.org> | 2018-04-28 21:13:10 -0700 |
---|---|---|
committer | Adam Mathes <adam@trenchant.org> | 2018-04-28 21:13:10 -0700 |
commit | 0289c734708b085d5cc7610f77b54c456b030f5c (patch) | |
tree | 2065108185b8cf082393ba6aa9bbf65a74b4dd7a /static/ui.html | |
parent | 977cffac4df09a49a0d61c19688cebf0c58eeb51 (diff) | |
download | neko-0289c734708b085d5cc7610f77b54c456b030f5c.tar.gz neko-0289c734708b085d5cc7610f77b54c456b030f5c.tar.bz2 neko-0289c734708b085d5cc7610f77b54c456b030f5c.zip |
nekoburger menu
Diffstat (limited to 'static/ui.html')
-rw-r--r-- | static/ui.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/ui.html b/static/ui.html index cae2c56..3067029 100644 --- a/static/ui.html +++ b/static/ui.html @@ -14,7 +14,7 @@ <meta name="viewport" content="width=device-width,height=device-height, initial-scale=1, maximum-scale=1" /> </head> <body> - <h1 class="logo" onclick="$('#filters').toggle();">😸neko</h1> + <h1 class="logo" onclick="$('#filters').toggleClass('hidden');">😸</h1> <div id="filters"> |