index.md - sites - public wiki contents of suckless.org
 (HTM) git clone git://git.suckless.org/sites
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
       index.md (503B)
       ---
            1 MultiJS
            2 =======
            3 
            4 Description
            5 -----------
            6 This patch replaces scriptfile with an array of scriptfiles[]. This allows for
            7 the inclusion of multiple javascript files instead of filling up one file with
            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.diff)
           20 
           21 Author
           22 ------
           23 * knary <mailto:theknary@gmail.com>