mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-22 00:10:25 +01:00
removed alert
This commit is contained in:
@@ -98,7 +98,6 @@ var express = require('express'),
|
|||||||
topics.get_cid_by_tid(req.params.topic_id, function(cid) {
|
topics.get_cid_by_tid(req.params.topic_id, function(cid) {
|
||||||
res.send(
|
res.send(
|
||||||
build_header() +
|
build_header() +
|
||||||
'<script>alert("' + cid + '");</script>' +
|
|
||||||
'<script>templates.ready(function(){ajaxify.go("topic/' + topic_url + '");});</script>' +
|
'<script>templates.ready(function(){ajaxify.go("topic/' + topic_url + '");});</script>' +
|
||||||
templates['footer']
|
templates['footer']
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user