projects
/
euphorik.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e20d75
)
FIX oubli d'un console.log dans un JS
author
Greg Burri
<greg.burri@gmail.com>
Sun, 5 Oct 2008 20:15:51 +0000
(20:15 +0000)
committer
Greg Burri
<greg.burri@gmail.com>
Sun, 5 Oct 2008 20:15:51 +0000
(20:15 +0000)
js/pageMinichat/conversation.js
patch
|
blob
|
history
diff --git
a/js/pageMinichat/conversation.js
b/js/pageMinichat/conversation.js
index
4d590b6
..
acd7d67
100644
(file)
--- a/
js/pageMinichat/conversation.js
+++ b/
js/pageMinichat/conversation.js
@@
-286,7
+286,7
@@
euphorik.Conversation.prototype.flush = function() {
// met à jour la classe des messages auquels repondent les nouveaux messages
// dans le cas où ce message appartient au client courant (c'est un peu de la triche) TODO : ya mieux ?
pourChaqueNouveauMessage(function(mess) {
- if (mess.
client === thisConversation.client
) {
+ if (mess.
auteurId === thisConversation.client.id
) {
objectEach(mess.repondA, function(messId) {
var mess = thisConversation.messagesParId[messId];
if (mess) {