Revision 0d40db7b
Von Moritz Bunkus vor mehr als 10 Jahren hinzugefügt
js/requirement_spec.js | ||
---|---|---|
206 | 206 |
current_content_id: $('#current_content_id').val() |
207 | 207 |
}; |
208 | 208 |
|
209 |
console.log("I would normally POST the following now:"); |
|
210 |
console.log(data); |
|
211 |
// $.post("controller.pl", $.extend(data, other_data || {}), kivi.eval_json_result);
|
|
209 |
// console.log("I would normally POST the following now:");
|
|
210 |
// console.log(data);
|
|
211 |
$.post("controller.pl", $.extend(data, other_data || {}), kivi.eval_json_result); |
|
212 | 212 |
|
213 | 213 |
return true; |
214 | 214 |
}; |
Auch abrufbar als: Unified diff
Debugcode entfernen