Ver a proveniência

Fix recovery from load failure (fixes #755).

pull/759/head
Matthew Petroff há 5 anos
ascendente
cometimento
ebc31b7239
1 ficheiros alterados com 2 adições e 0 eliminações
  1. +2
    -0
      src/js/pannellum.js

+ 2
- 0
src/js/pannellum.js Ver ficheiro

@@ -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');
}
}


Carregando…
Cancelar
Guardar