diff options
Diffstat (limited to 'templates/mobilepane_right.php')
| -rw-r--r-- | templates/mobilepane_right.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/mobilepane_right.php b/templates/mobilepane_right.php index 6372d83..4804f67 100644 --- a/templates/mobilepane_right.php +++ b/templates/mobilepane_right.php @@ -15,7 +15,8 @@ $settings = GlobalSettings::getInstance(); <body hx-boost="true"> <header> <nav> - <span></span> + <span> + <img id="loadingIndicator" class="htmx-indicator" src="/static/tail-spin.svg"></span> <span></span> <span></span> <a id="rightPaneActivator" class="inlineIcon material-symbols-outlined" _="on click go back">close</a> |
