Browse Source

Log the action to the console, instead of the entire event.

block-sequence
CalDescent 1 year ago
parent
commit
df3c68679f
  1. 2
      src/main/resources/q-apps/q-apps.js

2
src/main/resources/q-apps/q-apps.js

@ -169,7 +169,7 @@ window.addEventListener("message", (event) => {
return; return;
} }
console.log("Core received event: " + JSON.stringify(event.data)); console.log("Core received action: " + JSON.stringify(event.data.action));
let url; let url;
let data = event.data; let data = event.data;

Loading…
Cancel
Save