X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=js%2Frequirement_spec.js;h=ae79443e334958e6c7f0df0c998ddf495b397733;hb=0d40db7bd05016053a716a25af2fa92c2189bf57;hp=cfd56ef30ca5ffdc42a930c9ec410ec4382d40c1;hpb=a7db9b362855bd38046dd5d55c1f2cfcba4a26b1;p=kivitendo-erp.git diff --git a/js/requirement_spec.js b/js/requirement_spec.js index cfd56ef30..ae79443e3 100644 --- a/js/requirement_spec.js +++ b/js/requirement_spec.js @@ -206,9 +206,9 @@ ns.standard_item_ajax_call = function(key, opt, other_data) { current_content_id: $('#current_content_id').val() }; - console.log("I would normally POST the following now:"); - console.log(data); - // $.post("controller.pl", $.extend(data, other_data || {}), kivi.eval_json_result); + // console.log("I would normally POST the following now:"); + // console.log(data); + $.post("controller.pl", $.extend(data, other_data || {}), kivi.eval_json_result); return true; };