Fixed several security issues with Chat functions Added new options to ADMIN_www_languages.pl script git-svn-id: svn://192.168.202.10@2435 3d104415-ff17-0410-8863-d5cf3c621b8a
13 lines
485 B
JavaScript
13 lines
485 B
JavaScript
// vicidial_chat.js
|
|
//
|
|
// Copyright (C) 2015 Joe Johnson, Matt Florell <vicidial@gmail.com> LICENSE: AGPLv2
|
|
//
|
|
// Used by manager_chat_actions, this file contains all Javascript functions that grab
|
|
// information off of the web page and utilize AJAX to pass data to manager_chat_actions.php,
|
|
// which will respond with data used to update the manager chat interface.
|
|
//
|
|
// Builds:
|
|
// 150612-2334 - First build
|
|
// 151219-0719 - moved into manager_chat_interface.php
|
|
//
|