forked from friendica/friendica-addons
fixing issue 1180 by applying the quick hack which fixed it for the red matrix
This commit is contained in:
parent
f67e8c908f
commit
58c77b8d76
|
@ -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) {}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue