Skip to content

Commit

Permalink
fix(status): correct the usage of L.resource
Browse files Browse the repository at this point in the history
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
  • Loading branch information
1715173329 committed Dec 24, 2024
1 parent 168041d commit 5bc6a29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/luci-static/resources/view/homeproxy/status.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ function getRuntimeLog(name, filename) {

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...'))
Expand Down

0 comments on commit 5bc6a29

Please sign in to comment.