|
@@ -158,7 +158,6 @@ function init() { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
document.getElementById('page').className = 'grab'; |
|
|
document.getElementById('page').className = 'grab'; |
|
|
createHotSpots(); |
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
function anError() { |
|
|
function anError() { |
|
@@ -550,6 +549,9 @@ function renderInit() { |
|
|
document.getElementById('compass').style.display = 'none'; |
|
|
document.getElementById('compass').style.display = 'none'; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// Show hotspots |
|
|
|
|
|
createHotSpots(); |
|
|
|
|
|
|
|
|
// Hide loading display |
|
|
// Hide loading display |
|
|
document.getElementById('load_box').style.display = 'none'; |
|
|
document.getElementById('load_box').style.display = 'none'; |
|
|
loaded = true; |
|
|
loaded = true; |
|
|