mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-10 19:05:31 +00:00
Update android/KMEA/app/src/main/assets/keyboard.html
Co-authored-by: Marc Durdin <marc@durdin.net>
This commit is contained in:
parent
fb9f3c7cfa
commit
a42368f873
1 changed files with 1 additions and 1 deletions
|
|
@ -345,7 +345,7 @@
|
|||
}
|
||||
|
||||
function toHex(theString) {
|
||||
if (theString == null) {
|
||||
if (typeof theString != 'string') {
|
||||
return '';
|
||||
}
|
||||
var hexString = '';
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue