X-Git-Url: http://git.euphorik.ch/?p=euphorik.git;a=blobdiff_plain;f=js%2Feuphorik.js;h=c1253b97e5b93f3190797bb0a39adcfb5c9ef5f9;hp=4d0d3020717670018c01fab5ebeb5d2edd8bbff0;hb=cd3d44a456dad8fc1960650d200e24e2c482c890;hpb=5b07219194951e5ca4c1f4a7f3ca246333dd93a1 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);