Skip to content

Commit

Permalink
2.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
acaldero committed Jul 3, 2019
1 parent 54f5ab7 commit 1f28333
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions sim_core/sim_cfg.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,12 +171,16 @@

function restore_cfg ( )
{
var default_value ;

// set primary configuration with default values
reset_cfg() ;

if (localStorage === null) {
return ;
}

// try to restore primary configuration values from local_storage
var default_value ;

for (var item in WSCFG)
{
if (item === 'version') {
Expand Down
2 changes: 1 addition & 1 deletion ws_dist/min.sim_all.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ws_dist/min.wepsim_node.js

Large diffs are not rendered by default.

0 comments on commit 1f28333

Please sign in to comment.