Files
agc_2-X/www/vicidial/vicidial_chat.js
T
mattf ec27fd5f4f Added dynamic language ability to chat functions
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
2015-12-19 22:16:43 +00:00

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
//