mirror of
https://github.com/pi-hole/web.git
synced 2026-05-02 14:42:23 +01:00
Added support for direct chat contacts toggle button
This commit is contained in:
5
dist/js/pages/dashboard2.js
vendored
5
dist/js/pages/dashboard2.js
vendored
@@ -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
|
||||
* -------
|
||||
|
||||
Reference in New Issue
Block a user