Skip to content

Commit

Permalink
Fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
remdex committed Jan 24, 2022
1 parent 4cd3b6e commit e824777
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 19 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions lhc_web/design/defaulttheme/js/lh.js
Expand Up @@ -132,6 +132,17 @@ function lh(){
this.underMessageAdd = status;
};

this.startCoBrowse = function(chat_id)
{
popupWindow = window.open(this.wwwDir + 'cobrowse/browse/'+chat_id,'chatwindow-cobrowse-chat-id-'+chat_id,"menubar=1,resizable=1,width=800,height=650");

if (popupWindow !== null) {
popupWindow.focus();
}

return false;
};

this.tabIconContent = 'face';
this.tabIconClass = 'icon-user-status material-icons icon-user-online';

Expand Down
11 changes: 0 additions & 11 deletions lhc_web/design/defaulttheme/js/lh.legacy.js
Expand Up @@ -1114,17 +1114,6 @@ lhinst.startChatNewWindow = function(chat_id,name)

};

lhinst.startCoBrowse = function(chat_id)
{
popupWindow = window.open(this.wwwDir + 'cobrowse/browse/'+chat_id,'chatwindow-cobrowse-chat-id-'+chat_id,"menubar=1,resizable=1,width=800,height=650");

if (popupWindow !== null) {
popupWindow.focus();
}

return false;
};

lhinst.userclosedchat = function()
{
if (LHCCallbacks.userleftchatNotification) {
Expand Down
2 changes: 1 addition & 1 deletion lhc_web/design/defaulttheme/js/lh.legacy.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lhc_web/design/defaulttheme/js/lh.min.js

Large diffs are not rendered by default.

0 comments on commit e824777

Please sign in to comment.