Fix unsupported pages if browser not support localStorage

This commit is contained in:
Gustavo Maximiliano Cortez 2015-04-20 18:48:17 -03:00
commit 95bfd555f2
2 changed files with 6 additions and 5 deletions

View file

@ -79,6 +79,7 @@ module.exports = function(grunt) {
angular: {
src: [
'bower_components/fastclick/lib/fastclick.js',
'bower_components/modernizr/modernizr.js',
'bower_components/qrcode-generator/js/qrcode.js',
'bower_components/qrcode-decoder-js/lib/qrcode-decoder.js',
'bower_components/moment/min/moment-with-locales.js',