Переглянути джерело

Don't show hotspots until panorama is loaded.

pull/26/head
Matthew Petroff 10 роки тому
джерело
коміт
5b70de1c2d
1 змінених файлів з 3 додано та 1 видалено
  1. +3
    -1
      src/js/pannellum.js

+ 3
- 1
src/js/pannellum.js Переглянути файл

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


Завантаження…
Відмінити
Зберегти