Ver a proveniência

Don't show hotspots until panorama is loaded.

pull/26/head
Matthew Petroff há 10 anos
ascendente
cometimento
5b70de1c2d
1 ficheiros alterados com 3 adições e 1 eliminações
  1. +3
    -1
      src/js/pannellum.js

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

@@ -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;


Carregando…
Cancelar
Guardar