Fix error log in Spinner console.

This commit is contained in:
Greyson Parrelli 2023-09-25 11:25:37 -04:00 committed by Cody Henthorne
parent 8ee12b9f26
commit e2e2a076c7

View file

@ -14,7 +14,7 @@ function init() {
window.location.href = window.location.href.split('?')[0] + '?db=' + e.target.value;
}
if (Handsontable) {
if (typeof Handsontable !== 'undefined') {
Handsontable.renderers.registerRenderer('nullRenderer', nullRenderer)
}
}