This commit is contained in:
Nicolas A. Tonne
2015-04-15 02:05:17 +02:00
parent 7419c18427
commit dcaab7d0e7
6 changed files with 178 additions and 38 deletions

View File

@@ -77,7 +77,13 @@ socket.on(chan.toLowerCase()+",viewers", function(view)
$(document).ready(function()
{
$("#settings").sideNav();
$("#settings").sideNav({
menuWidth: 300, // Default is 240
edge: 'right', // Choose the horizontal origin
closeOnClick: false // Closes side-nav on <a> clicks, useful for Angular/Meteor
});
$('#settings-close').sideNav('hide');
colorThief = new ColorThief();
window.mobilecheck = function() {
var check = false;