projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7db9b3
)
Debugcode entfernen
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 15 May 2013 07:45:33 +0000
(09:45 +0200)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 1 Apr 2014 11:03:23 +0000
(13:03 +0200)
js/requirement_spec.js
patch
|
blob
|
history
diff --git
a/js/requirement_spec.js
b/js/requirement_spec.js
index
cfd56ef
..
ae79443
100644
(file)
--- 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;
};