summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Martin <github@martintribe.org>2012-09-14 16:37:08 -0500
committerJoel Martin <github@martintribe.org>2012-09-14 16:37:08 -0500
commite657b328bb1dd5e21c5b1301d37df7da63aaac82 (patch)
tree0e8287f62e447635f0bb2d882409e312a026e973
parent2afc56e3b834a6b6456971335ec23f184861634a (diff)
downloadnovnc-app.tar.gz
include/ui.js: call setBarPosition on initial load.app
Call setBarPosition on initial load and not just when the window size changes or scrolling happens.
-rw-r--r--include/ui.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ui.js b/include/ui.js
index aed1df0..686853c 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();