Kaynağa Gözat

templates/docs: remove js call to undefined method

Julen Landa Alustiza 4 yıl önce
ebeveyn
işleme
eea661e2a5
1 değiştirilmiş dosya ile 0 ekleme ve 9 silme
  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 %}