Sfoglia il codice sorgente

include/ui.js: call setBarPosition on initial load.

Call setBarPosition on initial load and not just when the window size
changes or scrolling happens.
Joel Martin 13 anni fa
parent
commit
6f955236e6
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      include/ui.js

+ 1 - 0
include/ui.js

@@ -97,6 +97,7 @@ start: function(callback) {
         //UI.setOnscroll();
         //UI.setResize();
     }
+    UI.setBarPosition();
 
     $D('noVNC_host').focus();