Files
ViciDialSVN/agc_2-X/trunk/www/agc/vicidial_chat_agent.js
T
mattf 3266980a56 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
486 B
JavaScript

// vicidial_chat_agent.js
//
// Copyright (C) 2015 Joe Johnson, Matt Florell <vicidial@gmail.com> LICENSE: AGPLv2
//
// Used by agc_agent_manager_chat_interface.php - this contains all the Javascript functions that
// execute the various actions that run in chat_db_query.php, such as creating chats, displaying
// chats, ending chats, and sending messages.
//
// Builds:
// 150121-2229 - First build
// 151218-1047 - moved into agc_agent_manager_chat_interface.php
//