Skip to content

Commit

Permalink
SAK-31757: Links in messages prevent further messages being posted (s…
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaswilson100 authored and ottenhoff committed Sep 13, 2016
1 parent 549c224 commit 12642a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chat/chat-tool/tool/src/webapp/js/chatscript.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ function updateUsers() {
}

if (frameless) {
$('.chatList a').each(function(index) {
$('.chatList a[id*="deleteMessage"]').each(function(index) {
$(this).attr('onclick', $(this).attr('onclick').replace("'/sakai.chat.deleteMessage.helper","'sakai.chat.deleteMessage.helper"));
});

Expand Down

0 comments on commit 12642a0

Please sign in to comment.