X-Git-Url: http://git.euphorik.ch/?p=euphorik.git;a=blobdiff_plain;f=js%2Feuphorik.js;h=a19d33e163e25d48e12dd8545acbbe8339772606;hp=c9291a200e23ff737da17fc4c92ad78ec086468e;hb=ed684a234959a278a115d4f1dc7b877e9ae9f650;hpb=cd30bb86848bd5b52c46b8a0ff40cea6398de60e diff --git a/js/euphorik.js b/js/euphorik.js index c9291a2..a19d33e 100755 --- a/js/euphorik.js +++ b/js/euphorik.js @@ -756,9 +756,10 @@ Client.prototype.flush = function(async) Client.prototype.majMenu = function() { // TODO : à virer : ne plus changer de style de display ... spa beau .. ou trouver une autre méthode - var displayType = this.css == "css/3/euphorik.css" ? "block" : "inline" //this.client + // var displayType = this.css == "css/3/euphorik.css" ? "block" : "inline" //this.client + displayType = "block" - $("#menu .admin").css("display", this.ekMaster ? "inline" : "none") + $("#menu .admin").css("display", this.ekMaster ? displayType : "none") // met à jour le menu if (this.statut == statutType.auth_registered)