Add docblock

Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
This commit is contained in:
2024-11-01 14:38:03 -07:00
parent b786964a89
commit 6bdde87f8a

View File

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