Commit 2a07073
committed
🪲 BUG: Fix base_url undefined error in search functionality
- Move base_url variable definition to <head> section before any scripts load
- Ensures base_url is available when search/main.js executes
- Prevents 'Uncaught ReferenceError: base_url is not defined' error
- Fixes issue where search scripts were loaded before base_url was defined1 parent 30ff77e commit 2a07073
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
| |||
133 | 135 | | |
134 | 136 | | |
135 | 137 | | |
136 | | - | |
137 | 138 | | |
138 | 139 | | |
139 | 140 | | |
| |||
0 commit comments