소스 검색

templates/docs: remove js call to undefined method

Julen Landa Alustiza 4 년 전
부모
커밋
eea661e2a5
1개의 변경된 파일0개의 추가작업 그리고 9개의 파일을 삭제
  1. 0 9
      pagure/templates/docs.html

+ 0 - 9
pagure/templates/docs.html

@@ -21,13 +21,4 @@
   </p>
 </iframe>
 
-{% endblock %}
-
-{% block jscripts %}
-{{ super() }}
-<script type="text/javascript" nonce="{{ g.nonce }}">
-$('#docframe').load(function() {
-  resize_iframe();
-});
-</script>
 {% endblock %}