From 99433bf8498ec8d01a05863f05ed9e3f17e356c4 Mon Sep 17 00:00:00 2001 From: gitea-action Date: Tue, 24 Dec 2024 13:30:14 +0800 Subject: [PATCH] luci-app-daed: sync upstream Signed-off-by: gitea-action --- luci-app-daed/htdocs/luci-static/resources/view/daed/log.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luci-app-daed/htdocs/luci-static/resources/view/daed/log.js b/luci-app-daed/htdocs/luci-static/resources/view/daed/log.js index e3ad038e6..b922f1917 100644 --- a/luci-app-daed/htdocs/luci-static/resources/view/daed/log.js +++ b/luci-app-daed/htdocs/luci-static/resources/view/daed/log.js @@ -24,7 +24,7 @@ return view.extend({ var log_textarea = E('div', { 'id': 'log_textarea' }, E('img', { - 'src': L.resource(['icons/loading.gif']), + 'src': L.resource('icons/loading.gif'), 'alt': _('Loading...'), 'style': 'vertical-align:middle' }, _('Collecting data…'))