]> git.p6c8.net - jirafeau_mojo42.git/blobdiff - jirafeau.js
Security fix, bug fix and project name change.
[jirafeau_mojo42.git] / jirafeau.js
similarity index 93%
rename from pub/jyraphe.js
rename to jirafeau.js
index 246256e1674a165a03260674e7999b1edea8f55d..658e9f9d5ce3094d73816ca2df3f482005a28df1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  Jyraphe, your web file repository
+ *  Jirafeau, your web file repository
  *  Copyright (C) 2008  Julien "axolotl" BERNARD <axolotl@magieeternelle.org>
  *
  *  This program is free software: you can redistribute it and/or modify
@@ -16,7 +16,7 @@
  *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-function jyraphe_toggle(id) {
+function jirafeau_toggle(id) {
   if(document.getElementById(id).style.display == 'block') {
     document.getElementById(id).style.display = 'none';
   } else {

patrick-canterino.de