Skip to content

Commit

Permalink
Message highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
ifreitas committed Feb 10, 2014
1 parent ca067e5 commit 0dd6cfa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/webapp/resources/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -1240,7 +1240,8 @@ function appendMessage(who, msg){
p.appendChild(w)
p.appendChild(m)
document.getElementById("botDialog").appendChild(p)
Ext.get(p).scrollIntoView('botDialogPanel', false, true, true)
Ext.get(p).highlight();
Ext.get(p).scrollIntoView('botDialogPanel', false, true, false)
}

function sendMessage(field){
Expand Down

0 comments on commit 0dd6cfa

Please sign in to comment.