mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 02:28:44 +02:00
- Removed debug output into the console thats breaks when Firebug is not installed (or on IE)
SVN:trunk[152]
This commit is contained in:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user