Merge pull request #2586 from cmgustavo/bug/animated-01

Bug/animated 01
This commit is contained in:
Matias Alejo Garcia 2015-04-21 18:13:12 -03:00
commit 6ab29ca723
5 changed files with 37 additions and 45 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';
}