kris sistrunk
Posts: 0
Joined: Tue Dec 25, 2012 2:07 pm

I am doing a tutorial on Building Hello world with HTML5 local storage. I get an error at the end

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

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

I am doing a tutorial on Building Hello world with HTML5 local storage. I get an error at the end

Hello! After what step did you get this error?
Could you send us screenshot?

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

I am doing a tutorial on Building Hello world with HTML5 local storage. I get an error at the end

Ok, I reproduced it. Looks like a bug. We'll fix it.

Ryan Joneson
Posts: 0
Joined: Sun Jan 06, 2013 5:38 pm

I am doing a tutorial on Building Hello world with HTML5 local storage. I get an error at the end

I'm also getting this error. Can't complete the tuturoial...

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

I am doing a tutorial on Building Hello world with HTML5 local storage. I get an error at the end

Here is a workaround. Run this code on page load:

code
var input = localStorage.getItem('text');
Tiggzi('Output').text(input);
/code

Return to “Issues”