Browse Source

Fix bug in last commit.

tags/2.0
Matthew Petroff 10 years ago
parent
commit
1757439f0b
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      src/js/pannellum.js

+ 1
- 3
src/js/pannellum.js View File

@@ -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() {


Loading…
Cancel
Save