Explorar el Código

Don't show hotspots until panorama is loaded.

pull/26/head
Matthew Petroff hace 10 años
padre
commit
5b70de1c2d
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. +3
    -1
      src/js/pannellum.js

+ 3
- 1
src/js/pannellum.js Ver fichero

@@ -158,7 +158,6 @@ function init() {
}
document.getElementById('page').className = 'grab';
createHotSpots();
}

function anError() {
@@ -550,6 +549,9 @@ function renderInit() {
document.getElementById('compass').style.display = 'none';
}
// Show hotspots
createHotSpots();
// Hide loading display
document.getElementById('load_box').style.display = 'none';
loaded = true;


Cargando…
Cancelar
Guardar