From 084cc90321fd63bd58f8c24dd253285a69a5202f Mon Sep 17 00:00:00 2001 From: Jeena Paradies Date: Wed, 16 Jan 2013 01:02:54 +0100 Subject: [PATCH] added original status to li so it can be used later --- WebKit/scripts/helper/Core.js | 1 + 1 file changed, 1 insertion(+) diff --git a/WebKit/scripts/helper/Core.js b/WebKit/scripts/helper/Core.js index 21632c5..96a481a 100644 --- a/WebKit/scripts/helper/Core.js +++ b/WebKit/scripts/helper/Core.js @@ -150,6 +150,7 @@ function(jQuery, Paths, URI, HostApp, Cache) { var template = this.getTemplate(); template.item.id = "post-" + (typeof status.__repost != "undefined" ? status.__repost.id : status.id); + template.item.status = status; if (HostApp.stringForKey("entity") == status.entity && typeof status.__repost == "undefined") { template.remove.onclick = function() {