Syndaryl / DFRPGRandomDungeonGenerator

A HTML/CSS/JavaScript based random dungeon generator for GURPS. Eventual goals are to not only produce a map, but also populate the rooms with descriptions and challenges. Game statistics will be for the DFRPG / GURPS 4e.
Other
35 stars 13 forks source link

(v2) Fix persistence of configuration options #67

Closed Celti closed 6 years ago

Celti commented 6 years ago

(Previously #65)

v2: Wrap the check for supports_local_storage in an exception handler.

Syndaryl commented 6 years ago

Works to prevent exceptions when it isn't supported. Still can't get it to work on anything I have but glad it works for other people :)