changes for live streaming of posts

This commit is contained in:
barisusakli
2014-03-11 18:46:16 -04:00
parent 1e9850b6b9
commit 813b3d6fcc
7 changed files with 31 additions and 19 deletions

View File

@@ -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
});
});
});
});
};