Refix enable menu error
Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
This commit is contained in:
@@ -8,7 +8,7 @@ let deleteHotspot = null
|
||||
*/
|
||||
modelLoaded = function() {
|
||||
$('.awaiting-model').css('display', 'flex').removeClass('awaiting-model')
|
||||
if (enableMenu !== undefined) {enableMenu()}
|
||||
if (typeof enableMenu != 'undefined') {enableMenu()}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user