Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismaddalena committed Nov 2, 2023
2 parents b5017a2 + e131d60 commit 43495fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
$(function () {
let availableTitles = [
{% for entry in autocomplete %}
'{{ entry|bleach }}',
'{{ entry|escapejs }}',
{% endfor %}
];
$("#id_title").autocomplete({
Expand Down

0 comments on commit 43495fd

Please sign in to comment.