mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-07 14:40:55 +03:00
create /unsupported/outdated version of the /unsupported page
This commit is contained in:
@@ -16,7 +16,7 @@ gcmCompliant().catch(err => {
|
||||
sendEvent(isSender ? 'sender' : 'recipient', 'unsupported', {
|
||||
cd6: err
|
||||
}).then(() => {
|
||||
location.replace('/unsupported');
|
||||
location.replace('/unsupported/gcm');
|
||||
});
|
||||
});
|
||||
|
||||
@@ -25,6 +25,6 @@ if (navigator.userAgent.toLowerCase().indexOf('firefox') > -1 &&
|
||||
sendEvent(isSender ? 'sender' : 'recipient', 'unsupported', {
|
||||
cd6: new Error('Firefox is outdated.')
|
||||
}).then(() => {
|
||||
location.replace('/unsupported');
|
||||
location.replace('/unsupported/outdated');
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user