mirror of
https://github.com/timvisee/send.git
synced 2026-03-05 13:39:54 -05: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