view random-stuff/sample-status-bar.html @ 21:e82bff1ef296

Changed code to be more html-like than JS-ish.
author Atul Varma <varmaa@toolness.com>
date Thu, 07 May 2009 15:26:40 -0700
parents a07982ba7259
children ecd868a32247
line wrap: on
line source

<feature>
  <widget location="status-bar" href="status-bar-widget.html"
          width="200" id="panel"></widget>
  <script src="resource://ubiquity/scripts/jquery.js"></script>
  <script>
    $(window).ready(
      function() {
      });
  </script>
</feature>