X-Git-Url: https://git.p6c8.net/jirafeau_project.git/blobdiff_plain/6550c22fe503f109fc5e30ffee0d8445f51862bc:/pub/jyraphe.js..ba6f06965a4d9846e23d99a0e9f74b1361c18c40:/jirafeau.js?ds=inline diff --git a/pub/jyraphe.js b/jirafeau.js similarity index 93% rename from pub/jyraphe.js rename to jirafeau.js index 246256e..658e9f9 100644 --- a/pub/jyraphe.js +++ b/jirafeau.js @@ -1,5 +1,5 @@ /* - * Jyraphe, your web file repository + * Jirafeau, your web file repository * Copyright (C) 2008 Julien "axolotl" BERNARD * * This program is free software: you can redistribute it and/or modify @@ -16,7 +16,7 @@ * along with this program. If not, see . */ -function jyraphe_toggle(id) { +function jirafeau_toggle(id) { if(document.getElementById(id).style.display == 'block') { document.getElementById(id).style.display = 'none'; } else {