]> git.p6c8.net - jirafeau.git/commitdiff
Closes #22 add versions to javascript file
authorJerome Jutteau <mojo@couak.net>
Fri, 20 Mar 2015 12:31:58 +0000 (13:31 +0100)
committerJerome Jutteau <mojo@couak.net>
Fri, 20 Mar 2015 12:38:54 +0000 (13:38 +0100)
NEWCOMER.txt
lib/functions_v1.js [moved from lib/functions.js with 100% similarity]
lib/template/header.php

index a4c0fc1cd42b44d7a370387ea6b550593db3cfc5..dbe5552bf90d264262324bae3c10fc95593f2bdb 100644 (file)
@@ -16,7 +16,7 @@ view only to show the most importants files and their role.
 ├── lib
 │   ├── config.local.php : user's parameters
 │   ├── config.original.php : default parameters with their documentation
-│   ├── functions.js : javascript functions for html/javascript client
+│   ├── functions_*.js : javascript functions for html/javascript client
 │   ├── functions.php : core functions and tools of jirafeau
 │   ├── lang : langage folder, contain all langage files
 │   └── template
similarity index 100%
rename from lib/functions.js
rename to lib/functions_v1.js
index 5926555512cd48d41c20b5df652db36bfa5b7d41..0fa488561a418870e1a7260041391db1c80b5692 100644 (file)
@@ -35,6 +35,6 @@ else
   <link href="<?php echo $web_root . 'media/' . $style . '/style.css.php'; ?>" rel="stylesheet" type="text/css" />
 </head>
 <body>
-<script language="Javascript" src="lib/functions.js"></script>
+<script language="Javascript" src="lib/functions_v1.js"></script>
 <div id="content">
 <h1><a href="<?php echo $web_root; ?>"><?php echo t('Jirafeau, your web file repository'); ?></a></h1>

patrick-canterino.de