Commit fb1ad0a
Antoine Greuzard
Optimize tinymce import in form.js
Removed 'tinymce' from the imports at the top of form.js file and added it to the global comment. This change is done to reduce code redundancy and to follow the convention of making global tinymce explicit in the file. This optimization may potentially result in quicker load times for the user.1 parent 25cc3b4 commit fb1ad0a
2 files changed
+2
-51
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | 2 | | |
4 | | - | |
| 3 | + | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments