瀏覽代碼

Fix bug in last commit.

tags/2.0
Matthew Petroff 10 年之前
父節點
當前提交
1757439f0b
共有 1 個檔案被更改,包括 1 行新增3 行删除
  1. +1
    -3
      src/js/pannellum.js

+ 1
- 3
src/js/pannellum.js 查看文件

@@ -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…
取消
儲存