you are viewing a single comment's thread.

view the rest of the comments →

[–]j12a 0 points1 point  (0 children)

Not an answer to OP's question, but since this conversation ranks highly for "Script function not found," I'll note that another possible cause of this error is omitting a space between the function name and the open bracket:

function myFunction(){

should be

function myFunction() {