Commit f4fe98a
fix: replace stale ep_aa_file_menu_toolbar references with package name
After commits cc3314d/bdefdd2 renamed the package from
ep_aa_file_menu_toolbar to ep_file_menu_toolbar, the eejs.require()
calls in eejs.js and the $.getScript URL in static/js/index.js still
pointed at the old name. Etherpad serves /static/plugins/<package>/...
and resolves eejs.require('<package>/...') against the package's real
path, both keyed by package.json name, so any user-visible click that
triggered eejsBlock_body / eejsBlock_styles or loaded the toolbar
script would 404 / fail to render.
Also drop the README's instruction to clone into ep_aa_file_menu_toolbar
- the modern plugin loader installs by package.json name, the aa_
prefix hack only mattered for legacy directory-name ordering.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent efecdad commit f4fe98a
3 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments