From 061ef4e4582651efb4136eae99a3c1a90c9122bc Mon Sep 17 00:00:00 2001 From: grafixeyehero Date: Wed, 5 Jun 2019 22:31:04 +0300 Subject: [PATCH] change btn delete text to btn icon --- src/controllers/dlnaprofile.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/controllers/dlnaprofile.js b/src/controllers/dlnaprofile.js index b28d638880..b4e320e6e4 100644 --- a/src/controllers/dlnaprofile.js +++ b/src/controllers/dlnaprofile.js @@ -270,7 +270,7 @@ define(["jQuery", "loading", "fnchecked", "emby-select", "emby-button", "emby-in } html += ""; - html += 'Delete'; + html += ''; html += ""; } @@ -331,7 +331,7 @@ define(["jQuery", "loading", "fnchecked", "emby-select", "emby-button", "emby-in } html += ""; - html += 'Delete'; + html += ''; html += ""; } @@ -415,7 +415,7 @@ define(["jQuery", "loading", "fnchecked", "emby-select", "emby-button", "emby-in } html += ""; - html += 'Delete'; + html += ''; html += ""; } @@ -487,7 +487,7 @@ define(["jQuery", "loading", "fnchecked", "emby-select", "emby-button", "emby-in } html += ""; - html += 'Delete'; + html += ''; html += ""; } @@ -567,7 +567,7 @@ define(["jQuery", "loading", "fnchecked", "emby-select", "emby-button", "emby-in } html += ""; - html += 'Delete'; + html += ''; html += ""; }