Flash message improvements

This commit is contained in:
2015-08-18 16:38:21 +02:00
parent 8a5c2e5b74
commit 96e08752fa
10 changed files with 30 additions and 31 deletions
@@ -17,7 +17,6 @@
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 %>);