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