when you type correctly

v1.18.x
Baris Usakli 11 years ago
parent e12d02f29c
commit 6931695e64

@ -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]
}), }),

Loading…
Cancel
Save