Vadelius / swlsimNET

Combat-Simulator for Secret World Legends
Other
10 stars 7 forks source link

#81 - Implement Save() and Load() functions using local storage. #85

Closed castriganoj closed 5 years ago

castriganoj commented 6 years ago

The save function now creates a local storage dictionary entry 'playerOneValues' with the current form values. #The load function gets the saved 'playerOneValues' from local storage and passes them to the existing setPresent() function.

In practice, after a selection is saved then modified or if the browser window is closed the selection can be reverted to the saved selection after selecting user#OneLoad.

81

...This is my first open source contribution.

  

castriganoj commented 5 years ago

This pull request was initiated last year but did not complete because of a var keyword violation. The violation has been resolved.

This repo seems like it may not be active. I will close the pull request in a couple weeks if no attention is given to it by then.