Skip to content

Commit 16f3527

Browse files
committed
Remove useless js
1 parent 5814aef commit 16f3527

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

readthedocs/templates/projects/project_translations.html

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -56,16 +56,3 @@
5656
</form>
5757
{% endif %}
5858
{% endblock %}
59-
60-
61-
{% block footerjs %}
62-
$('#id_project').autocomplete({
63-
source: '{% url "search_autocomplete" %}',
64-
minLength: 2,
65-
open: function(event, ui) {
66-
ac_top = $('.ui-autocomplete').css('top');
67-
$('.ui-autocomplete').css({'width': '233px', 'top': ac_top + 10 });
68-
}
69-
});
70-
71-
{% endblock %}

0 commit comments

Comments
 (0)