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
Make error message work in IE 9 again.
pull/63/head
Matthew Petroff
9 years ago
parent
ea42bfd35e
commit
dd35437825
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/js/pannellum.js
+ 1
- 1
src/js/pannellum.js
View File
@@ -73,7 +73,7 @@ var defaultConfig = {
video: false
};
container.class
List.add('container')
;
container.class
Name += ' container'
;
// Display about information on right click
var aboutMsg = document.createElement('span');
Write
Preview
Loading…
Cancel
Save