Page 1 of 1
I am doing a tutorial on Building Hello world with HTML5 local storage. I get an error at the end
Posted: Tue Dec 25, 2012 2:07 pm
by kris sistrunk
The error says: "Cannot save event with not completed data! Discard changes?"
I am not sure what it wants. If I say yes it erases the event I am trying to create, if I say no then it leaves me on the screen. I am using firefox. Can you help me
I am doing a tutorial on Building Hello world with HTML5 local storage. I get an error at the end
Posted: Tue Dec 25, 2012 2:27 pm
by Maryna Brodina
Hello! After what step did you get this error?
Could you send us screenshot?
I am doing a tutorial on Building Hello world with HTML5 local storage. I get an error at the end
Posted: Tue Dec 25, 2012 2:45 pm
by Maryna Brodina
Ok, I reproduced it. Looks like a bug. We'll fix it.
I am doing a tutorial on Building Hello world with HTML5 local storage. I get an error at the end
Posted: Sun Jan 06, 2013 5:38 pm
by Ryan Joneson
I'm also getting this error. Can't complete the tuturoial...
I am doing a tutorial on Building Hello world with HTML5 local storage. I get an error at the end
Posted: Sun Jan 06, 2013 6:19 pm
by maxkatz
Here is a workaround. Run this code on page load:
code
var input = localStorage.getItem('text');
Tiggzi('Output').text(input);
/code