X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=js%2Feuphorik.js;h=c1253b97e5b93f3190797bb0a39adcfb5c9ef5f9;hb=cd3d44a456dad8fc1960650d200e24e2c482c890;hp=148f4cb774e287ceb1174a2d18ef6072821350b3;hpb=784e21644150dc43de89449f5383e5a281476f55;p=euphorik.git diff --git a/js/euphorik.js b/js/euphorik.js index 148f4cb..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() { console.log("show"); $("#waitbar").show(); }, - function() { console.log("hide"); $("#waitbar").hide(); } + function() { util.showWaitBar(); }, + function() { util.hideWaitBar(); } ); var client = new euphorik.Client(util, communication); var pages = new euphorik.Pages(fragment, communication);