Added all-chat

This commit is contained in:
Kasper Rynning-Tønnesen
2015-05-12 22:12:04 +02:00
parent cc5cc938d2
commit f766775270
5 changed files with 70 additions and 6 deletions

View File

@@ -83,7 +83,7 @@ $(document).ready(function()
$("#chat-btn").sideNav({
menuWidth: 272, // Default is 240
edge: 'left', // Choose the horizontal origin
closeOnClick: true // Closes side-nav on <a> clicks, useful for Angular/Meteor
closeOnClick: false // Closes side-nav on <a> clicks, useful for Angular/Meteor
});
$('#settings-close').sideNav('hide');