This commit is contained in:
tianshujie
2022-03-29 09:07:47 +08:00
parent 778bc04e51
commit 7b6e89c8d6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ a.programName:focus, a.programName:hover {background: #0c64eb; color: #fff !impo
$('#programTree').tree();
$(function()
{
$(document).on('change', 'input[name^="showClosed"]', function()
$("input[name^='showClosed']").change(function()
{
var showClosed = $(this).is(':checked') ? 1 : 0;
$.cookie('showClosed', showClosed, {expires:config.cookieLife, path:config.webRoot});