up kdbxweb; cleanup custom icons

This commit is contained in:
Antelle 2015-11-22 11:45:40 +03:00
parent 7c6aec03a2
commit e8d4cc5154
2 changed files with 5 additions and 2 deletions

View File

@ -256,7 +256,10 @@ var FileModel = Backbone.Model.extend({
},
getData: function(cb) {
this.db.cutHistory();
this.db.cleanup({
historyRules: true,
customIcons: true
});
this.data = this.db.save(cb);
return this.data;
},

View File

@ -29,7 +29,7 @@
"dropbox": "antelle/dropbox-js#0.10.5",
"font-awesome": "~4.4.0",
"install": "~1.0.4",
"kdbxweb": "~0.2.6",
"kdbxweb": "~0.2.7",
"normalize.css": "~3.0.3",
"pikaday": "~1.3.3",
"zepto": "~1.1.6",