Mercurial > my-ubiquity-commands
view sample-jetpack-feed/sample-jetpack-feed.js @ 24:f7c3f977da53
Update to latest version of jetpack
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Mon, 11 May 2009 00:15:15 -0700 |
parents | f90dcea4d6b8 |
children | 7463235c32bd |
line wrap: on
line source
addStatusBarPanel({ html: "<p>kill flash</p>", onLoad: function(panel) { var button = $(panel).find("p"); button.css({cursor: "pointer", fontFamily: "sans-serif"}); button.click(function() { var doc = $(Application.activeWindow.activeTab.document); doc.find("embed[type=application/x-shockwave-flash]").slideUp(); }); }});