mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-25 05:27:42 +00:00
Fix error log in Spinner console.
This commit is contained in:
committed by
Cody Henthorne
parent
8ee12b9f26
commit
e2e2a076c7
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user