Page 2 of 2

problem testing

Posted: Sun May 19, 2013 5:21 pm
by Andrey Savitsky

I sent the letter. I look forward to a response.


problem testing

Posted: Sun May 19, 2013 6:04 pm
by Igor

To fix "Uncaught ReferenceError: ttime16q26 is not defined "

you should initialise ttime16q26 variable like this:
code
var ttime16q26 = new Date();
ttime16q26.setHours(8);
ttime16q26.setMinutes(29);
/code


problem testing

Posted: Mon May 20, 2013 7:56 am
by Andrey Savitsky

Thank you.