Fix webos detection

This commit is contained in:
Vasily
2020-04-27 18:41:11 +03:00
parent 85002fa5c2
commit fbaed0310a
+1 -1
View File
@@ -22,7 +22,7 @@ define([], function () {
return true;
}
if (userAgent.indexOf('webos') !== -1) {
if (userAgent.indexOf('web0s') !== -1) {
return true;
}