CC-6067 - deselect when adding library items
This commit is contained in:
parent
d30e32c2d3
commit
4bfb8fa0cb
6 changed files with 19 additions and 15 deletions
|
@ -22,7 +22,6 @@ $(document).ready(function() {
|
|||
var ifr = document.getElementById('livechat-compact-container');
|
||||
if (ifr) {
|
||||
LC_API.on_chat_state_changed = function(data) {
|
||||
console.log('Chat state changed to: ' + data.state);
|
||||
if (data.state == 'offline') {
|
||||
$('.wrapper').css('padding-bottom', 10);
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue