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

@@ -1,30 +1,31 @@
{
"name": "Umbraco",
"version": "7",
"homepage": "https://github.com/umbraco/Umbraco-CMS",
"authors": [
"Shannon <shannon@umbraco.com>"
],
"description": "Umbraco CMS",
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"typeahead.js": "~0.10.5",
"underscore": "~1.7.0",
"rgrove-lazyload": "*",
"bootstrap-social": "~4.8.0",
"jquery": "2.0.3",
"jquery-ui": "1.11.4",
"angular-dynamic-locale": "0.1.28",
"ng-file-upload": "~7.3.8",
"tinymce": "~4.1.10",
"codemirror": "~5.3.0"
}
"name": "Umbraco",
"version": "7",
"homepage": "https://github.com/umbraco/Umbraco-CMS",
"authors": [
"Shannon <shannon@umbraco.com>"
],
"description": "Umbraco CMS",
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"typeahead.js": "~0.10.5",
"underscore": "~1.7.0",
"rgrove-lazyload": "*",
"bootstrap-social": "~4.8.0",
"jquery": "2.0.3",
"jquery-ui": "1.11.4",
"angular-dynamic-locale": "0.1.28",
"ng-file-upload": "~7.3.8",
"tinymce": "~4.1.10",
"codemirror": "~5.3.0",
"angular-local-storage": "~0.2.3"
}
}