You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The index.html is broken as the function runBoldX() cannot retrieve values of elements range and words. I am a beginner, so I don't know how to fix it. I just used Code.gs and hardcoded my needed values into the main() :)
function runBoldX() { var range = document.getElementById("range").value; var words = document.getElementById("words").value; google.script.run.main(range, words);
Hello!
I've copy-pasted your BoldX scripts to my table and got this error:
The text was updated successfully, but these errors were encountered: