fixing issue 1180 by applying the quick hack which fixed it for the red matrix

This commit is contained in:
Tobias Diekershoff 2014-10-07 08:40:43 +02:00
parent f67e8c908f
commit 58c77b8d76
1 changed files with 2 additions and 0 deletions

View File

@ -189,6 +189,7 @@ function relativeDate(to_parse) {
// Reads a message delay
function readMessageDelay(node) {
try {
// Initialize
var delay, d_delay;
@ -209,4 +210,5 @@ function readMessageDelay(node) {
}
return delay;
} catch(e) {}
}