0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-13 10:52:46 +00:00

so much progress

This commit is contained in:
Scott Tolksdorf
2016-04-02 17:33:56 -04:00
parent 263257bfb8
commit cb5b63429e
13 changed files with 304 additions and 115 deletions

View File

@@ -42,7 +42,7 @@ var SplatSheet = React.createClass({
handeCharacterChange : function(data){
this.setState({
characterData : data,
characterData : JSON.parse(JSON.stringify(data)),
});
localStorage.setItem(SPLATSHEET_CHARACTER, JSON.stringify(data));
},