Fix for Unnecessary spaces used

This commit is contained in:
Shiva Poudel 2014-08-26 23:13:05 +05:45
parent c961659eca
commit 0e313e7b58
1 changed files with 3 additions and 3 deletions

View File

@ -606,16 +606,16 @@ if ( ! defined( 'ABSPATH' ) ) {
jQuery.each( value_array, function( key, line ){
var tab = ( key == 0 ) ? 0:25;
temp_line = temp_line + jQuery.wc_strPad( '', tab, ' ', 'f' ) + line +'\n';
} );
});
the_value = temp_line;
}
report = report +''+ the_name + the_value + "\n";
} );
});
}
} );
});
try {
jQuery( "#debug-report" ).slideDown();