include/ui.js: call setBarPosition on initial load.
Call setBarPosition on initial load and not just when the window size changes or scrolling happens.
This commit is contained in:
parent
5f03c3d093
commit
6f955236e6
|
@ -97,6 +97,7 @@ start: function(callback) {
|
||||||
//UI.setOnscroll();
|
//UI.setOnscroll();
|
||||||
//UI.setResize();
|
//UI.setResize();
|
||||||
}
|
}
|
||||||
|
UI.setBarPosition();
|
||||||
|
|
||||||
$D('noVNC_host').focus();
|
$D('noVNC_host').focus();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue