@@ -1,6 +1,10 @@
|
|||||||
let slideShowInterval = null
|
let slideShowInterval = null
|
||||||
let grabHotspot = null
|
let grabHotspot = null
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disables hiding of various child items
|
||||||
|
* once model has loaded
|
||||||
|
*/
|
||||||
modelLoaded = function() {
|
modelLoaded = function() {
|
||||||
$('.awaiting-model').css('display', 'flex').removeClass('awaiting-model')
|
$('.awaiting-model').css('display', 'flex').removeClass('awaiting-model')
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user