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