|
@@ -582,6 +582,10 @@ function createHotSpots() { |
|
|
loadScene(hs.sceneId); |
|
|
loadScene(hs.sceneId); |
|
|
return false; |
|
|
return false; |
|
|
}; |
|
|
}; |
|
|
|
|
|
div.ontouchend = function() { |
|
|
|
|
|
loadScene(hs.sceneId); |
|
|
|
|
|
return false; |
|
|
|
|
|
}; |
|
|
div.style.cursor = 'pointer'; |
|
|
div.style.cursor = 'pointer'; |
|
|
span.style.cursor = 'pointer'; |
|
|
span.style.cursor = 'pointer'; |
|
|
} |
|
|
} |
|
|