Browse Source

templates/docs: remove js call to undefined method

Julen Landa Alustiza 4 years ago
parent
commit
eea661e2a5
1 changed files with 0 additions and 9 deletions
  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 %}