Skip to content

Commit

Permalink
Event then chat info tab content is reloaded
Browse files Browse the repository at this point in the history
  • Loading branch information
remdex committed Oct 25, 2017
1 parent 0f97374 commit ef0c819
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lhc_web/design/defaulttheme/js/lh.js
Original file line number Diff line number Diff line change
Expand Up @@ -1615,6 +1615,7 @@ function lh(){
this.updateVoteStatus = function(chat_id) {
$.getJSON(this.wwwDir + 'chat/updatechatstatus/'+chat_id ,{ }, function(data){
$('#main-user-info-tab-'+chat_id).html(data.result);
ee.emitEvent('chatTabInfoReload', [chat_id]);
});
};

Expand Down
Loading

0 comments on commit ef0c819

Please sign in to comment.