Fixes: U4-7590 List view layout cookie: Change to use local storage and clean up entry if its back to default layout.

This commit is contained in:
Simon Busborg
2016-01-05 09:23:27 +01:00
parent deb1f2f343
commit 5f4309d2ca
5 changed files with 51 additions and 44 deletions

View File

@@ -492,6 +492,10 @@ module.exports = function (grunt) {
keepExpandedHierarchy: false,
files: ['ng-file-upload.min.js']
},
'angular-local-storage': {
keepExpandedHierarchy: false,
files: ['dist/angular-local-storage.min.js']
},
'codemirror': {
files: [
'lib/codemirror.js',