mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-11-25 17:33:08 +01:00
Merge pull request #989 from jrenaut/patch-1
Fix Javascript typo in tickets.html
This commit is contained in:
commit
e6fddd154e
@ -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