blob: b283277a772f7e815e901cb473e204ffd7372b41 (
plain) (
tree)
|
|
/*
* @package AJAX_Chat
* @author Sebastian Tschan
* @copyright (c) Sebastian Tschan
* @license Modified MIT License
* @link https://blueimp.net/ajax/
*/
// Overrides functionality for the shoutbox view:
ajaxChat.handleLogout = function() {
}
|