Skip to content
Snippets Groups Projects
Unverified Commit 45c26202 authored by Christoph Wurst's avatar Christoph Wurst
Browse files

Fix navigation toggle

parent 94e3e8cd
No related branches found
No related tags found
No related merge requests found
......@@ -43,14 +43,12 @@ define(function(require) {
show: function() {
this.$el.show();
$('#app-navigation-toggle').css('background-image', '');
},
hide: function() {
// TODO: move if or rename function
if (require('state').accounts.length === 0) {
this.$el.hide();
$('#app-navigation-toggle').css('background-image', 'none');
}
},
......
......@@ -48,7 +48,6 @@ script('mail', 'build/build');
</div>
</div>
<div id="app-content">
<div id="app-navigation-toggle" class="icon-menu"></div>
<div id="app-content-wrapper"></div>
</div>
<div id="user-displayname"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment