# HG changeset patch # User Atul Varma # Date 1242026115 25200 # Node ID f7c3f977da5377a46414bcfd6fad08d28355b4d7 # Parent f90dcea4d6b861e410065abd544bbda0b56ef98a Update to latest version of jetpack diff -r f90dcea4d6b8 -r f7c3f977da53 sample-jetpack-feed/sample-jetpack-feed.js --- a/sample-jetpack-feed/sample-jetpack-feed.js Sun May 10 15:10:09 2009 -0700 +++ b/sample-jetpack-feed/sample-jetpack-feed.js Mon May 11 00:15:15 2009 -0700 @@ -1,7 +1,7 @@ addStatusBarPanel({ html: "

kill flash

", onLoad: function(panel) { - var button = $(panel.document).find("p"); + var button = $(panel).find("p"); button.css({cursor: "pointer", fontFamily: "sans-serif"}); button.click(function() { var doc = $(Application.activeWindow.activeTab.document);