]> git.mxchange.org Git - friendica-addons.git/commitdiff
fixing issue 1180 by applying the quick hack which fixed it for the red matrix
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Tue, 7 Oct 2014 06:40:43 +0000 (08:40 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Tue, 7 Oct 2014 06:40:43 +0000 (08:40 +0200)
jappixmini/jappix/js/date.js

index 86731aa1bfbc0dc69c6daf3543fb8968ca7244d1..adbe01c8a026872a680fb6875f9fcca1ff26c586 100644 (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) {}
 }