Important fix for chrome app. Fix updating alternative amount
This commit is contained in:
parent
bfc1c61753
commit
68173e632e
4 changed files with 5 additions and 10 deletions
|
|
@ -7,8 +7,6 @@ if (window && window.navigator) {
|
|||
var isaosp = (rxaosp && rxaosp[1] < 537);
|
||||
if (!window.cordova && isaosp)
|
||||
unsupported = true;
|
||||
if (!Modernizr.localstorage)
|
||||
unsupported = true;
|
||||
if (unsupported) {
|
||||
window.location = '#/unsupported';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue