This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
pannellum
mirror of
https://github.com/mpetroff/pannellum.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
22
Wiki
Activity
Browse Source
Clean up pull request.
pull/70/head
Matthew Petroff
9 years ago
parent
952e986f72
commit
dcb7d603f7
2 changed files
with
3 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-4
.gitignore
+1
-1
src/js/pannellum.js
+ 2
- 4
.gitignore
View File
@@ -1,7 +1,5 @@
# Ignore builds
build/**
# Ignore OS X stuff
.DS_Store
utils/multires/output
utils/multires/target.jpg
.idea
utils/build/npm-debug.log
+ 1
- 1
src/js/pannellum.js
View File
@@ -1332,7 +1332,7 @@ function processOptions() {
}
function toggleFullscreen() {
if (loaded && !
error) {
if (loaded && !error) {
if (!fullscreenActive) {
try {
if (container.requestFullscreen) {
Write
Preview
Loading…
Cancel
Save