mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-08-09 08:05:13 +02:00
@ -20,7 +20,7 @@
|
||||
preset = $('#id_preset').val();
|
||||
if (preset != '') {
|
||||
$.get("{% url helpdesk_raw "preset" %}?id=" + preset, function(data) {
|
||||
$("#commentBox").value(data)
|
||||
$("#commentBox").val(data)
|
||||
});
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user