Added support for direct chat contacts toggle button

This commit is contained in:
Abdullah Almsaeed
2015-02-27 19:58:00 -05:00
parent 26fc4f6a53
commit 7b5711f4e4
4 changed files with 22 additions and 11 deletions

View File

@@ -1,10 +1,5 @@
'use strict';
$(function () {
//Simple implementation of direct chat contact pane toggle (TEMPORARY)
$('[data-widget="chat-pane-toggle"]').click(function(){
$("#myDirectChat").toggleClass('direct-chat-contacts-open');
});
/* ChartJS
* -------