1
0
mirror of https://gitnet.fr/deblan/gist.git synced 2021-08-14 08:30:49 +02:00

Apply hotfix

This commit is contained in:
Simon Vieille 2017-06-20 09:47:51 +02:00
parent 8a7de8a107
commit 79ba41a983

View File

@ -106,7 +106,6 @@
var trans = function(key) {
var translations = {
'form.confirm': '{{ 'form.confirm'|trans }}',
'form.error.not_blank': '{{ 'form.confirm'|trans }}',
};
if (translations.hasOwnProperty(key)) {