You are reading a single comment by @tev and its replies. Click here to read the full conversation.
  • Never mind, I think I totally botched the syntax. It should be:

          function onInit() {
            Puck.eval("load('timestamplog.app.js')",­ output => {
              setTimeout(() => {
                Puck.eval("stampLog", output2 => {
                  document.getElementById("content").inner­HTML = output2;
                });
              }, 3000);
            });
          }
    

    My mind gets along much better with Python than this mess. :D

About

Avatar for tev @tev started