|
@@ -5020,6 +5020,9 @@ $(document).ready(function () {
|
|
|
|
|
|
|
|
huePubSub.subscribe('app.dom.unload', function (app) {
|
|
huePubSub.subscribe('app.dom.unload', function (app) {
|
|
|
if (app === 'dashboard') {
|
|
if (app === 'dashboard') {
|
|
|
|
|
+ if (ApiHelper.getInstance().getFromTotalStorage('assist', 'right_assist_panel_visible', false)) {
|
|
|
|
|
+ huePubSub.publish('right.assist.show');
|
|
|
|
|
+ }
|
|
|
$gridster.destroy();
|
|
$gridster.destroy();
|
|
|
}
|
|
}
|
|
|
}, 'dashboard');
|
|
}, 'dashboard');
|