| index.md - sites - public wiki contents of suckless.org | |
| git clone git://git.suckless.org/sites | |
| Log | |
| Files | |
| Refs | |
| --- | |
| index.md (503B) | |
| --- | |
| 1 MultiJS | |
| 2 ======= | |
| 3 | |
| 4 Description | |
| 5 ----------- | |
| 6 This patch replaces scriptfile with an array of scriptfiles[]. This allo… | |
| 7 the inclusion of multiple javascript files instead of filling up one fil… | |
| 8 multiple script plugins. | |
| 9 | |
| 10 Javascript files can be included in `config.def.h`: | |
| 11 | |
| 12 static char *scriptfiles[] = { | |
| 13 "path/to/script1.js", | |
| 14 "path/to/script2.js", | |
| 15 }; | |
| 16 | |
| 17 Download | |
| 18 -------- | |
| 19 * [surf-multijs-20190325-d068a38.diff](surf-multijs-20190325-d068a38.dif… | |
| 20 | |
| 21 Author | |
| 22 ------ | |
| 23 * knary <mailto:[email protected]> |