~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 17:32:51 UTC
  • mto: This revision was merged to the branch mainline in revision 1333.
  • Revision ID: coles.david@gmail.com-20091202173251-9go5xjpw2dkvzqyj
Set this_app in template rather than js files

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