Procházet zdrojové kódy

Fix recovery from load failure (fixes #755).

pull/759/head
Matthew Petroff před 5 roky
rodič
revize
ebc31b7239
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. +2
    -0
      src/js/pannellum.js

+ 2
- 0
src/js/pannellum.js Zobrazit soubor

@@ -335,6 +335,7 @@ function init() {
} else {
if (config.panorama === undefined) {
anError(config.strings.noPanoramaError);
loaded = undefined;
return;
}
panoImage = new Image();
@@ -637,6 +638,7 @@ function clearError() {
infoDisplay.load.box.style.display = 'none';
infoDisplay.errorMsg.style.display = 'none';
error = false;
renderContainer.style.display = 'block';
fireEvent('errorcleared');
}
}


Načítá se…
Zrušit
Uložit