yes @drmattcrooks this is what I mean
there are 2 ways to debug what is wrong.

  1. move the console.log in your javascript code to come after the bubble_fn_decrypt_summary function is called instead of before it so as to see if the console is still triggered.
  2. In your javascripttobubble event make step 1 alert any message (the message should include this javascripttobubble value) and see if the alert is shown on the app.

Let us know what you find.