mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-12 00:45:47 +01:00
when you type correctly
This commit is contained in:
@@ -31,7 +31,7 @@ define(function () {
|
|||||||
require(['composer'], function (cmp) {
|
require(['composer'], function (cmp) {
|
||||||
cmp.push(0, cid);
|
cmp.push(0, cid);
|
||||||
});
|
});
|
||||||
}
|
});
|
||||||
|
|
||||||
ajaxify.register_events([
|
ajaxify.register_events([
|
||||||
'event:new_topic'
|
'event:new_topic'
|
||||||
@@ -80,6 +80,7 @@ define(function () {
|
|||||||
};
|
};
|
||||||
|
|
||||||
Category.onNewTopic = function(data) {
|
Category.onNewTopic = function(data) {
|
||||||
|
console.log(data);
|
||||||
var html = templates.prepare(templates['category'].blocks['topics']).parse({
|
var html = templates.prepare(templates['category'].blocks['topics']).parse({
|
||||||
topics: [data]
|
topics: [data]
|
||||||
}),
|
}),
|
||||||
|
|||||||
Reference in New Issue
Block a user