~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to www/apps/browser/__init__.py

  • Committer: mattgiuca
  • Date: 2008-01-11 00:27:08 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:171
Added "util.js" in common. Contains useful utility functions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
    req.styles = ["media/browser/browser.css"]
33
33
    req.scripts = [
34
34
        "media/common/json2.js",
 
35
        "media/common/util.js",
35
36
        "media/browser/browser.js",
36
37
    ]
37
38
    req.write_html_head_foot = True     # Have dispatch print head and foot