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_right.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_right.php')
| -rw-r--r-- | templates/mobilepane_right.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/mobilepane_right.php b/templates/mobilepane_right.php index 2a72c6e..02749ac 100644 --- a/templates/mobilepane_right.php +++ b/templates/mobilepane_right.php @@ -12,7 +12,7 @@ $settings = GlobalSettings::getInstance(); <?php call_template('head_tags'); ?> </head> -<body hx-boost="true"> +<body> <header> <nav> <span> |
