From a07b742c85484ae851794e573b7f4565c90f9a22 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jonne=20Ha=C3=9F?= <mrzyx@mrzyx.de>
Date: Sat, 14 Jan 2012 23:58:34 +0100
Subject: [PATCH] remove old code from timeago widget

---
 public/javascripts/widgets/timeago.js | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/public/javascripts/widgets/timeago.js b/public/javascripts/widgets/timeago.js
index eec0c78eba..c298532678 100644
--- a/public/javascripts/widgets/timeago.js
+++ b/public/javascripts/widgets/timeago.js
@@ -13,9 +13,5 @@
         });
       }
     });
-
-    this.subscribe("widget/ready", function(evt, element) {
-      self.element = element.timeago();
-    });
   };
 })();
-- 
GitLab