completed save/load

This commit is contained in:
Vermilingua
2013-10-13 21:39:59 +11:00
parent 1be4d5edc5
commit f952b4def1
3 changed files with 51 additions and 27 deletions
+2
View File
@@ -206,10 +206,12 @@ var Engine = {
},
deleteSave: function() {
//var carriedPrestige = $SM.get('previous.stores');
if(typeof Storage != 'undefined' && localStorage) {
localStorage.clear();
}
location.reload();
//$SM.set('previous.stores',carriedPrestige);
},
share: function() {