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

« back to all changes in this revision

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

  • Committer: David Coles
  • Date: 2009-12-02 19:16:46 UTC
  • mfrom: (1332.1.4 console-fix)
  • Revision ID: coles.david@gmail.com-20091202191646-e55k83yd7sera1fk
When a console is restarted due to either being reset from the UI or killed 
due to inactivity/resource limits then will restart at the correct working 
directory.

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 */
23
24
browser_app = "files";
24
25
 
25
26
/** Called when the page loads initially */
26
27
function log_init()
27
28
{
28
 
    this_app = "svnlog";
29
29
    current_path = get_path();
30
30
}
31
31