Просмотр исходного кода

Don't show hotspots until panorama is loaded.

pull/26/head
Matthew Petroff 10 лет назад
Родитель
Сommit
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;


Загрузка…
Отмена
Сохранить