Skip to content

Commit

Permalink
#76 Use localstorage instead of sessionstorage to store search filters
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani authored and To-om committed Feb 1, 2017
1 parent e05d5bd commit bd3e6d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/app/scripts/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ angular.module('thehive', ['ngAnimate', 'ngMessages', 'ui.bootstrap', 'ui.router

localStorageServiceProvider
.setPrefix('th')
.setStorageType('sessionStorage')
.setStorageType('localStorage')
.setNotify(false, false);
})
.config(function(NotificationProvider) {
Expand Down

0 comments on commit bd3e6d5

Please sign in to comment.