patashala/style/cms/js/popup_chat_trigger_demo.js

5 lines
65 B
JavaScript
Raw Permalink Normal View History

$(function(){
$('.floated-chat-w').toggleClass('active');
});