mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 07:12:26 +02:00
- Removed debug output into the console thats breaks when Firebug is not installed (or on IE)
SVN:code[152]
This commit is contained in:
@@ -99,7 +99,7 @@ function WizardHelper(sClass)
|
|||||||
this.AjaxQueryServer = function ()
|
this.AjaxQueryServer = function ()
|
||||||
{
|
{
|
||||||
//console.log('data sent:', this.ToJSON());
|
//console.log('data sent:', this.ToJSON());
|
||||||
console.log('oWizard:', this);
|
//console.log('oWizard:', this);
|
||||||
$.get('ajax.render.php?json_obj=' + this.ToJSON(),
|
$.get('ajax.render.php?json_obj=' + this.ToJSON(),
|
||||||
{ operation: 'wizard_helper' },
|
{ operation: 'wizard_helper' },
|
||||||
function(json_data){
|
function(json_data){
|
||||||
|
|||||||
Reference in New Issue
Block a user