Hi,
the error is in line 158 - 159 of experiment1.js: text: /* */ , You initialise an empty string blank1 which causes the problem. Initialise the string with, for instance, the text dummy
See here for some suggestions.
CU jens
Hi,
the error is in line 158 - 159 of experiment1.js: text: /* */ , You initialise an empty string blank1 which causes the problem. Initialise the string with, for instance, the text dummy
See here for some suggestions.
CU jens