This commit is contained in:
psychobunny
2016-01-18 15:22:18 -05:00
parent 42c0b973f1
commit 9430a626f4

View File

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