* Change only story style.
This commit is contained in:
@@ -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})
|
||||
|
||||
Reference in New Issue
Block a user