diff options
| author | winter | 2025-03-16 01:49:15 +0000 |
|---|---|---|
| committer | winter | 2025-03-16 01:49:15 +0000 |
| commit | 23ddb01a20788da2c98c4d5bb9bd271ceff532c8 (patch) | |
| tree | 50846f7741fcfb2ed37d1103405366d630281255 /templates/mobilepane_left.php | |
| parent | 145b5db9474e32ca3430fe35eaa7498d7f26ff95 (diff) | |
avoid loading whole page every time
but also problem introduced: mobilepanes are now no longer boosted (it was causing trouble)
Diffstat (limited to 'templates/mobilepane_left.php')
| -rw-r--r-- | templates/mobilepane_left.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/mobilepane_left.php b/templates/mobilepane_left.php index 29be318..83e9e4a 100644 --- a/templates/mobilepane_left.php +++ b/templates/mobilepane_left.php @@ -13,7 +13,7 @@ $settings = GlobalSettings::getInstance(); <?php call_template('head_tags'); ?> </head> -<body hx-boost="true"> +<body> <header> <nav> <a id="leftPaneActivator" class="inlineIcon material-symbols close" _="on click go back"></a> |
