Commit 857c5ccd authored by JC Brand's avatar JC Brand

Reset bookmarks when logging out

parent ea4c4902
......@@ -48,6 +48,7 @@
clearSession: function () {
this.__super__.clearSession.apply(this, arguments);
if (!_.isUndefined(this.bookmarks)) {
this.bookmarks.reset();
this.bookmarks.browserStorage._clear();
}
},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment