Important fix for chrome app. Fix updating alternative amount

This commit is contained in:
Gustavo Maximiliano Cortez 2015-04-21 17:00:32 -03:00
commit 68173e632e
4 changed files with 5 additions and 10 deletions

View file

@ -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';
}