width of player is now saved and applied

This commit is contained in:
Kasper Rynning-Tønnesen
2015-12-10 17:23:27 +01:00
parent b05bef2d01
commit 7ba5edb897
4 changed files with 18 additions and 2 deletions

View File

@@ -79,10 +79,12 @@ $(document).ready(function()
},
stop: function(event, ui) {
$('iframe').css('pointer-events','auto');
Crypt.set_width($(this).width());
},
handles: "e",
minWidth: 350
});
/*
if(localStorage[chan.toLowerCase()])
{