Skip to content

Commit

Permalink
copied change from PR #677 to master
Browse files Browse the repository at this point in the history
  • Loading branch information
balmas committed Jul 10, 2015
1 parent 6a9977a commit 1e3b2e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/js/arethusa.morph/morph.js
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,8 @@ angular.module('arethusa.morph').service('morph', [
this.settings = [
commons.setting('Expand Selected', 'expandSelection'),
commons.setting('Store Preferences', 'storePreferences'),
commons.setting('Preselect', 'preselect', this.preselectToggled)
commons.setting('Preselect', 'preselect', this.preselectToggled),
commons.setting('Local Storage', 'localStorage')
];

var shouldSavePreference;
Expand Down

0 comments on commit 1e3b2e5

Please sign in to comment.