Reset bookmarks when logging out

This commit is contained in:
JC Brand 2017-07-03 09:57:11 +02:00
parent ea4c490283
commit 857c5ccdb3

View File

@ -48,6 +48,7 @@
clearSession: function () {
this.__super__.clearSession.apply(this, arguments);
if (!_.isUndefined(this.bookmarks)) {
this.bookmarks.reset();
this.bookmarks.browserStorage._clear();
}
},