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