Index: openacs-4/packages/xowiki/www/ajax/chat-common.js =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/www/ajax/Attic/chat-common.js,v diff -u -r1.8 -r1.9 --- openacs-4/packages/xowiki/www/ajax/chat-common.js 19 Nov 2018 17:22:36 -0000 1.8 +++ openacs-4/packages/xowiki/www/ajax/chat-common.js 19 Nov 2018 20:21:44 -0000 1.9 @@ -39,6 +39,17 @@ formBlock.appendChild(triggerFSblock); } +// Send link pic +function addSendPic() { + + var sendPic = ''; + var button = document.getElementById('xowiki-chat-send-button'); + + if (button != null) { + button.innerHTML = sendPic; + } +} + // Simple function to create links function createLink(text) { if (linkRegex != null) {