From 07b4040c9e7adbc6fe2195232f97b8af2c3609b1 Mon Sep 17 00:00:00 2001 From: Denis Flaven Date: Sat, 12 Sep 2009 10:08:13 +0000 Subject: [PATCH] - Removed debug output into the console thats breaks when Firebug is not installed (or on IE) SVN:code[152] --- trunk/js/wizardhelper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/js/wizardhelper.js b/trunk/js/wizardhelper.js index 57ff917614..0315715925 100644 --- a/trunk/js/wizardhelper.js +++ b/trunk/js/wizardhelper.js @@ -99,7 +99,7 @@ function WizardHelper(sClass) this.AjaxQueryServer = function () { //console.log('data sent:', this.ToJSON()); - console.log('oWizard:', this); + //console.log('oWizard:', this); $.get('ajax.render.php?json_obj=' + this.ToJSON(), { operation: 'wizard_helper' }, function(json_data){