|
|
@@ -55,6 +55,11 @@ module.exports = function(crowi, app, req, locals) {
|
|
|
return Config.customCss();
|
|
|
}
|
|
|
|
|
|
+ locals.customScript = function() {
|
|
|
+ console.log(Config.customScript());
|
|
|
+ return Config.customScript();
|
|
|
+ }
|
|
|
+
|
|
|
locals.behaviorType = function() {
|
|
|
var config = crowi.getConfig()
|
|
|
return Config.behaviorType(config);
|