Ver código fonte

Fix bug in last commit.

tags/2.0
Matthew Petroff 10 anos atrás
pai
commit
1757439f0b
1 arquivos alterados com 1 adições e 3 exclusões
  1. +1
    -3
      src/js/pannellum.js

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

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

function anError() {
@@ -701,9 +702,6 @@ function processOptions() {
config.autoRotate = config[key];
}
}
// Create hot spots
createHotSpots();
}

function toggleFullWindow() {


Carregando…
Cancelar
Salvar