diff options
Diffstat (limited to 'library/ajaxchat/chat/js/shoutbox.js')
-rw-r--r-- | library/ajaxchat/chat/js/shoutbox.js | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/library/ajaxchat/chat/js/shoutbox.js b/library/ajaxchat/chat/js/shoutbox.js new file mode 100644 index 000000000..b283277a7 --- /dev/null +++ b/library/ajaxchat/chat/js/shoutbox.js @@ -0,0 +1,12 @@ +/* + * @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() { + } |