mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-01-19 04:19:54 +01:00
commit
2a8c1511ef
@ -239,7 +239,7 @@ $(document).ready(function() {
|
||||
$('#id_preset').change(function() {
|
||||
preset = $('#id_preset').val();
|
||||
if (preset != '') {
|
||||
$.get("{% url 'helpdesk:raw' " + preset + " %}?id=" + preset, function(data) {
|
||||
$.get("{% url 'helpdesk:raw' 'preset' %}?id=" + preset, function(data) {
|
||||
$("#commentBox").val(data)
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user