ban unsupported browsers

This commit is contained in:
2015-03-03 19:04:41 +01:00
parent c038ca3954
commit e02d32156f
7 changed files with 15 additions and 28 deletions
@@ -17,6 +17,10 @@
//= require_directory .
//= require_self
if(!Modernizr.cssanimations){
window.location = "/unsupported-browser";
}
var Qstorage = localStorage;
$.extend($translations.en, <%= I18n.t('supplier', locale: :en).to_json %>);
$.extend($translations.nl, <%= I18n.t('supplier', locale: :nl).to_json %>);