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

« back to all changes in this revision

Viewing changes to www/media/browser/listing.js

  • Committer: mattgiuca
  • Date: 2008-01-13 23:46:20 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:214
util.js: Added 'repr' function.
browser, listing.js: Use repr to generate correct strings to pass to functions
inline.

Show diffs side-by-side

added added

removed removed

Lines of Context:
409
409
            td = dom_make_link_elem("td", filename,
410
410
                "Navigate to " + path_join(path, filename),
411
411
                make_path(path_join(this_app, path, filename)),
412
 
                "navigate(" + path_join(path, filename) + ")");
 
412
                "navigate(" + repr(path_join(path, filename)) + ")");
413
413
            td.setAttribute("onclick", selection_string);
414
414
            row.appendChild(td);
415
415
        }