Browse Source

Make error message work in IE 9 again.

pull/63/head
Matthew Petroff 9 years ago
parent
commit
dd35437825
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/js/pannellum.js

+ 1
- 1
src/js/pannellum.js View File

@@ -73,7 +73,7 @@ var defaultConfig = {
video: false
};

container.classList.add('container');
container.className += ' container';

// Display about information on right click
var aboutMsg = document.createElement('span');


Loading…
Cancel
Save