wip
This commit is contained in:
parent
5f6fe641ce
commit
4618a938f7
|
@ -12,7 +12,7 @@ function configureSummarizeButtons() {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
e.stopPropagation();
|
e.stopPropagation();
|
||||||
if (target.href) {
|
if (target.href) {
|
||||||
summarizeButtonClick(button);
|
summarizeButtonClick(target);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue