mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 12:05:57 +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) {
|
||||
res.send(
|
||||
build_header() +
|
||||
'<script>alert("' + cid + '");</script>' +
|
||||
'<script>templates.ready(function(){ajaxify.go("topic/' + topic_url + '");});</script>' +
|
||||
templates['footer']
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user