don't make title a link on android. fixes #1059
This commit is contained in:
parent
39c1bec91a
commit
ffe8045d82
2 changed files with 21 additions and 6 deletions
|
@ -146,6 +146,9 @@ function browserName() {
|
|||
if (/safari/i.test(navigator.userAgent)) {
|
||||
return 'safari';
|
||||
}
|
||||
if (/send android/i.test(navigator.userAgent)) {
|
||||
return 'android-app';
|
||||
}
|
||||
return 'other';
|
||||
} catch (e) {
|
||||
return 'unknown';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue