Fix error log in Spinner console.
This commit is contained in:
parent
8ee12b9f26
commit
e2e2a076c7
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue