Fixed side panel scrolling broken after browser refresh.
This commit is contained in:
parent
3a9df56ad1
commit
b4fed20c97
|
@ -298,6 +298,7 @@ public class AdempiereWebUI extends Window implements EventListener<Event>, IWeb
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
appDesktop.setPage(this.getPage());
|
appDesktop.setPage(this.getPage());
|
||||||
|
Clients.response(new AuScript("$('.slimScroll .z-anchorlayout-body').slimScroll({height: '100%',railVisible: true, alwaysVisible: false});"));
|
||||||
currSess.setAttribute(EXECUTION_CARRYOVER_SESSION_KEY, current);
|
currSess.setAttribute(EXECUTION_CARRYOVER_SESSION_KEY, current);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue