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