This website works better with JavaScript.
首頁
說明
登入
heuzef
/
pannellum
镜像来自
https://github.com/mpetroff/pannellum.git
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
22
Wiki
Activity
瀏覽代碼
Allow for new lines in hot spot text (
fixes
#307
).
pull/318/head
Matthew Petroff
8 年之前
父節點
220a6d6ec5
當前提交
2158d8502d
共有
1 個文件被更改
,包括
2 次插入
和
1 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
src/js/pannellum.js
+ 2
- 1
src/js/pannellum.js
查看文件
@@ -2132,7 +2132,8 @@ function escapeHTML(s) {
.replace("'", ''')
.replace('<', '<')
.replace('>', '>')
.replace('/', '/');
.replace('/', '/')
.replace('\n', '<br>'); // Allow line breaks
}
/**
Write
Preview
Loading…
取消
儲存