mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-08 19:33:24 +00:00
don't make title a link on android. fixes #1059
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user