From e8558f86cb362642861c76a0ec7971cf74fd0361 Mon Sep 17 00:00:00 2001 From: binsky Date: Mon, 20 Sep 2021 18:31:51 +0200 Subject: [PATCH] replace src with ng-src to fix useless img request Signed-off-by: binsky --- js/templates.js | 2 +- templates/views/partials/icon-picker.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/js/templates.js b/js/templates.js index a9d9988f..3f72a9e8 100644 --- a/js/templates.js +++ b/js/templates.js @@ -107,7 +107,7 @@ angular.module('views/partials/forms/share_credential/link_sharing.html', []).ru angular.module('views/partials/icon-picker.html', []).run(['$templateCache', function($templateCache) { 'use strict'; $templateCache.put('views/partials/icon-picker.html', - '
'); + '
'); }]); angular.module('views/partials/password-meter.html', []).run(['$templateCache', function($templateCache) { diff --git a/templates/views/partials/icon-picker.html b/templates/views/partials/icon-picker.html index 04021f86..1130cc27 100644 --- a/templates/views/partials/icon-picker.html +++ b/templates/views/partials/icon-picker.html @@ -32,7 +32,7 @@ {{ 'selected.icon' | translate}}:
- +