mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 04:08:27 +08:00
parent
3217ef2348
commit
02a1a27178
|
@ -493,7 +493,7 @@ CheckListWrapper.prototype.onClick = function(e) { // eslint-disable-line no-unu
|
|||
var nodeA = target;
|
||||
var nodeLi = target.parentNode;
|
||||
var nodeIcon = target.children[0];
|
||||
if (!nodeIcon.classList.contains("octicon")) return;
|
||||
if (!nodeIcon.classList.contains("icon")) return;
|
||||
|
||||
// Node updates
|
||||
var option = nodeA.innerText;
|
||||
|
|
Loading…
Reference in New Issue
Block a user