X-Git-Url: http://git.euphorik.ch/?p=euphorik.git;a=blobdiff_plain;f=js%2FpageAbout.js;h=d51557c5316b4a16c91d23a0de50a318f3efe43f;hp=362f857b7817983455acca6f3e46975ccf25f686;hb=217c4d7a0d5f9fee3a8ef0a05ab8506c7f39d5e5;hpb=cdff108e3b859493cff8e3f37fc8b52cb20d75d5 diff --git a/js/pageAbout.js b/js/pageAbout.js index 362f857..d51557c 100644 --- a/js/pageAbout.js +++ b/js/pageAbout.js @@ -14,23 +14,23 @@ // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with Euphorik. If not, see . - -euphorik.PageAbout = function(client, formateur, util) { - this.nom = "about"; - - this.client = client; - this.formateur = formateur; - this.util = util; -}; - -euphorik.PageAbout.prototype.contenu = function() { - var contenu = ""; - $.ajax({async: false, url: "pages/about.html", success : function(page) { contenu += page; }}); - - var email = this.util.rot13("znvygb:tert.oheev@tznvy.pbz"); - return contenu.replace("{EMAIL}", "" + email + "").replace("{EMAIL_LIEN}", email); -}; - -euphorik.PageAbout.prototype.charger = function() { -}; +// along with Euphorik. If not, see . + +euphorik.PageAbout = function(client, formateur, util) { + this.nom = "about"; + + this.client = client; + this.formateur = formateur; + this.util = util; +}; + +euphorik.PageAbout.prototype.contenu = function() { + var contenu = ""; + $.ajax({async: false, url: "pages/about.html", success : function(page) { contenu += page; }}); + + var email = this.util.rot13("znvygb:tert.oheev@tznvy.pbz"); + return contenu.replace("{EMAIL}", "" + email + "").replace("{EMAIL_LIEN}", email); +}; + +euphorik.PageAbout.prototype.charger = function() { +};