* Change only story style.

This commit is contained in:
caoyanyi
2023-08-02 10:39:07 +08:00
parent 4d281e6886
commit df7fec8e2d
+1 -1
View File
@@ -1,6 +1,6 @@
window.changeDisplay = function()
{
//console.log($(this).is(':checked'))
$('#taskTree .tree-item-content.task').toggleClass('hidden', $(this).is(':checked'));
}
window.loadObject = function({event, item})