removed alert

This commit is contained in:
psychobunny
2013-05-29 11:55:46 -04:00
parent 392883b911
commit 9c546c92ad

View File

@@ -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']
);