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

« back to all changes in this revision

Viewing changes to ivle/webapp/filesystem/svnlog/media/log.js

  • Committer: William Grant
  • Date: 2009-12-07 04:22:22 UTC
  • Revision ID: grantw@unimelb.edu.au-20091207042222-lor5fixbzwniti3i
Revert client-side parts of r1333; reliance on the deprecated tab mechanism is to be avoided.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 * Date: 2/12/2009
21
21
 */
22
22
 
23
 
/** Links for apps */
24
23
browser_app = "files";
25
24
 
26
25
/** Called when the page loads initially */
27
26
function log_init()
28
27
{
 
28
    this_app = "svnlog";
29
29
    current_path = get_path();
30
30
}
31
31