mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-04 10:19:25 +02:00
Fixed #698: Columns cannot be re-enabled on tv season view
This commit is contained in:
parent
9d26ae8166
commit
890dc52be5
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ http://www.consulenza-web.com/2012/01/mediatable-jquery-plugin/
|
||||||
var updateCheck = function() {
|
var updateCheck = function() {
|
||||||
|
|
||||||
if ($.cookie(cookname) !== undefined) {
|
if ($.cookie(cookname) !== undefined) {
|
||||||
$checkbox.prop("checked", $.cookie(cookname) === true);
|
$checkbox.prop("checked", $.cookie(cookname) === 'true');
|
||||||
change();
|
change();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue