Matthew Petroff преди 5 години
родител
ревизия
a8df695d6e
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. +1
    -1
      src/js/pannellum.js

+ 1
- 1
src/js/pannellum.js Целия файл

@@ -2341,7 +2341,7 @@ function stopOrientation() {
*/
function startOrientation() {
if (typeof DeviceMotionEvent.requestPermission === 'function') {
DeviceOrientationEvent.requestPermission().then(response => {
DeviceOrientationEvent.requestPermission().then(function(response) {
if (response == 'granted') {
orientation = 1;
window.addEventListener('deviceorientation', orientationListener);


Зареждане…
Отказ
Запис