1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-03 17:59:21 +02:00

Fixed #698: Columns cannot be re-enabled on tv season view

This commit is contained in:
Afterster 2015-01-30 08:05:06 +01:00
parent 9d26ae8166
commit 890dc52be5

View file

@ -205,7 +205,7 @@ http://www.consulenza-web.com/2012/01/mediatable-jquery-plugin/
var updateCheck = function() {
if ($.cookie(cookname) !== undefined) {
$checkbox.prop("checked", $.cookie(cookname) === true);
$checkbox.prop("checked", $.cookie(cookname) === 'true');
change();
}