X-Git-Url: http://git.euphorik.ch/?p=euphorik.git;a=blobdiff_plain;f=js%2Futil.js;h=7ba8e6036992158cf4b3e5becceebc3f62744a95;hp=4c9bd6a2b0e77305c71eda8451a2dff06fefd598;hb=0cca28444881b1a405525b10960915a638936fdd;hpb=b17c02fb507f6841f74b5fe21399766a51710367 diff --git a/js/util.js b/js/util.js index 4c9bd6a..7ba8e60 100644 --- a/js/util.js +++ b/js/util.js @@ -117,6 +117,16 @@ euphorik.Util.prototype.afficherBoite = function(boite, cible, positionX, positi }; euphorik.Util.positionBulleType = {haut : 0, droite : 1, bas : 2, gauche : 3}; + +/** + * Affiche ou cache la barre d'attente. + */ +euphorik.Util.prototype.showWaitBar = function() { + $("#waitbar").show(); +}; +euphorik.Util.prototype.hideWaitBar = function() { + $("#waitbar").hide(); +}; /** * Affiche un info bulle lorsque le curseur survole l'élément donné.