X-Git-Url: http://git.euphorik.ch/?p=euphorik.git;a=blobdiff_plain;f=js%2Feuphorik.js;h=c1253b97e5b93f3190797bb0a39adcfb5c9ef5f9;hp=4d0d3020717670018c01fab5ebeb5d2edd8bbff0;hb=0cca28444881b1a405525b10960915a638936fdd;hpb=b17c02fb507f6841f74b5fe21399766a51710367 diff --git a/js/euphorik.js b/js/euphorik.js index 4d0d302..c1253b9 100755 --- a/js/euphorik.js +++ b/js/euphorik.js @@ -29,8 +29,8 @@ $(document).ready( var util = new euphorik.Util(formateur); var communication = new euphorik.Communication( function(data) { util.messageDialogue(data.error_message); }, - function() { $("#waitbar").show(); }, - function() { $("#waitbar").hide(); } + function() { util.showWaitBar(); }, + function() { util.hideWaitBar(); } ); var client = new euphorik.Client(util, communication); var pages = new euphorik.Pages(fragment, communication);