MultiJS

Description

This patch replaces scriptfile with an array of scriptfiles[]. This allows for the inclusion of multiple javascript files instead of filling up one file with multiple script plugins.

Javascript files can be included in config.def.h:

static char *scriptfiles[] = {

"path/to/script1.js",
"path/to/script2.js",

};

Download

Author