aboutsummaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
Diffstat (limited to 'app/views')
-rw-r--r--app/views/helpers/javascript_vars.phtml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/helpers/javascript_vars.phtml b/app/views/helpers/javascript_vars.phtml
index cadaf9331..159d7ba9b 100644
--- a/app/views/helpers/javascript_vars.phtml
+++ b/app/views/helpers/javascript_vars.phtml
@@ -78,6 +78,7 @@ echo htmlspecialchars(json_encode([
'icons' => [
'read' => rawurlencode(_i('read')),
'unread' => rawurlencode(_i('unread')),
+ 'spinner' => '../themes/icons/spinner.svg',
],
'extensions' => $extData,
], JSON_UNESCAPED_UNICODE) ?: '', ENT_NOQUOTES, 'UTF-8');