From 6f955236e61262edb1de33ce5f9ecba8c1be3419 Mon Sep 17 00:00:00 2001 From: Joel Martin Date: Fri, 14 Sep 2012 16:37:08 -0500 Subject: [PATCH] include/ui.js: call setBarPosition on initial load. Call setBarPosition on initial load and not just when the window size changes or scrolling happens. --- include/ui.js | 1 + 1 file changed, 1 insertion(+) diff --git a/include/ui.js b/include/ui.js index aed1df02..686853cb 100644 --- a/include/ui.js +++ b/include/ui.js @@ -97,6 +97,7 @@ start: function(callback) { //UI.setOnscroll(); //UI.setResize(); } + UI.setBarPosition(); $D('noVNC_host').focus();