~ubuntu-branches/ubuntu/hardy/foxyproxy/hardy-updates

« back to all changes in this revision

Viewing changes to chrome/content/about.js

  • Committer: Bazaar Package Importer
  • Author(s): Sasa Bodiroza
  • Date: 2008-04-09 13:55:00 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080409135500-x7u28czocbidxpmg
Tags: 2.7.2-0ubuntu1
* New upstream release. (LP: #212875)
* Improved packaging to make use of xpi.mk
* debian/control: 
  - Updated Maintainer field according to DebianMaintainerField spec
  - s/IceWeasel/Firefox/ in description
* debian/copyright: 
  - Updated copyright years
  - Updated packaging copyright
  - Added notice about xpi.mk packaging
  - Getting the source differs for this upload, added notice
* install.rdf: Bumped maxVersion to 3.0.*

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
var overlay;
 
2
 
 
3
function onLoad() {
 
4
  // window.arguments is null if user opened about.xul from EM's Options button
 
5
  overlay = window.arguments && window.arguments[0].inn.overlay;
 
6
  if (!overlay)
 
7
    overlay = foxyproxy_common.getMostRecentWindow();
 
8
  document.getElementById("ver").value += " " + foxyproxy_common.getVersion();
 
9
        sizeToContent();      
 
10
}