mirror of
https://github.com/Codiad/Codiad.git
synced 2026-03-21 08:26:51 +01:00
small fix for single click opening
This commit is contained in:
@@ -208,6 +208,9 @@
|
||||
$('<ul>' + appendage + '</ul>')
|
||||
.insertAfter(parentNode);
|
||||
}
|
||||
} else {
|
||||
parentNode.parent().children('span').removeClass('none');
|
||||
parentNode.parent().children('span').addClass('plus');
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user