Added missing translation and removed console logging

Signed-off-by: fnuesse <felix.nuesse@t-online.de>
This commit is contained in:
fnuesse 2018-12-30 20:59:01 +01:00
parent 07c9e199f6
commit 81cc7a9978
No known key found for this signature in database
GPG key ID: 2089A3431243E819
2 changed files with 1 additions and 2 deletions

View file

@ -144,6 +144,7 @@ class TranslationController extends ApiController {
'pick.icon.custom.label' => $this->trans->t('Upload a custom icon:'),
'use.icon' => $this->trans->t('Use this icon'),
'use.icon.delete' => $this->trans->t('Delete current icon'),
'use.icon.refresh' => $this->trans->t('Get icon from page'),
'selected.icon' => $this->trans->t('Selected icon'),
// templates/views/partials/edit_credential/custom_fields.html

View file

@ -121,8 +121,6 @@
scope.customIcon = {};
scope.customIcon.data='data:image/'+response.data.type+';base64,'+response.data.content;
console.log(scope.customIcon.data);
if (response.data) {
return response.data;
} else {