We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7bce85 commit ae853beCopy full SHA for ae853be
src/Resources/queries/widget.js
@@ -84,7 +84,7 @@
84
const $explainButton = $('<a>Visual Explain</a>')
85
.addClass(csscls('visual-explain'))
86
.on('click', () => {
87
- if (!confirm(statement.explain['visual-confirm'])) return;
+ if (!confirm(confirmMessage)) return;
88
fetch(statement.explain.url, {
89
method: "POST",
90
body: JSON.stringify({
0 commit comments