mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 19:46:01 +01:00
closed #184
This commit is contained in:
@@ -380,7 +380,7 @@ var express = require('express'),
|
||||
app.build_header({ req: req, res: res }, function(err, header) {
|
||||
res.send(
|
||||
header +
|
||||
'\n\t<script>templates.ready(function(){ajaxify.go("outgoing?url=' + req.query.url + '");});</script>' +
|
||||
'\n\t<script>templates.ready(function(){ajaxify.go("outgoing?url=' + encodeURIComponent(req.query.url) + '", null, null, true);});</script>' +
|
||||
templates['footer']
|
||||
);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user