本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
說明
登入
heuzef
/
pannellum
镜像来自
https://github.com/mpetroff/pannellum.git
關注
1
收藏
0
複製
0
程式碼
問題
0
版本發佈
22
Wiki
活動
瀏覽代碼
Bugfixes.
tags/1.0
Matthew Petroff
12 年之前
父節點
348cf2a1f6
當前提交
09819f93ab
共有
2 個檔案被更改
,包括
3 行新增
和
3 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/js/pannellum.js
+2
-2
utils/build.py
+ 1
- 1
src/js/pannellum.js
查看文件
@@ -302,7 +302,7 @@ function getURLParameter(name) {
function toggleFullWindow() {
if(scene) {
if(
fullWindowActive == fals
e) {
if(
!fullWindowActive && !popoutmod
e) {
try {
var page = document.getElementById('page');
if (page.requestFullscreen) {
+ 2
- 2
utils/build.py
查看文件
@@ -5,9 +5,9 @@ import tempfile
import sys
JS = [
'js/pannellum.js',
'js/Three.js',
'js/RequestAnimationFrame.js'
'js/RequestAnimationFrame.js',
'js/pannellum.js'
]
CSS = [
Write
Preview
Loading…
取消
儲存