mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-11 08:25:46 +01:00
changes for live streaming of posts
This commit is contained in:
@@ -4,7 +4,8 @@ var socket,
|
||||
'username': null,
|
||||
'uid': null,
|
||||
'isFocused': true,
|
||||
'currentRoom': null
|
||||
'currentRoom': null,
|
||||
'widgets': {}
|
||||
};
|
||||
|
||||
(function () {
|
||||
@@ -661,11 +662,11 @@ var socket,
|
||||
app.processPage();
|
||||
|
||||
ajaxify.renderWidgets(tpl_url, url);
|
||||
|
||||
|
||||
ajaxify.loadScript(tpl_url, function() {
|
||||
$(window).trigger('action:ajaxify.end', {
|
||||
url: url
|
||||
});
|
||||
});
|
||||
});
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user