psychobunny 9 years ago
parent 42c0b973f1
commit 9430a626f4

@ -73,7 +73,7 @@ middleware.renderHeader = function(req, res, data, next) {
} }
var arr = []; var arr = [];
scripts.forEach(function(script) { scripts.forEach(function(script) {
arr.push({src: nconf.get('url') + script}); arr.push({src: script});
}); });
next(null, arr); next(null, arr);

Loading…
Cancel
Save