File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11$ ( document )
22 . ready ( function ( ) {
33 // fill in submitter info when an author button is clicked
4- $ ( "form.idsubmit input[type= button] .author" )
4+ $ ( "form.idsubmit button.author" )
55 . on ( "click" , function ( ) {
66 var name = $ ( this )
77 . data ( "name" ) ;
@@ -66,4 +66,4 @@ $(document)
6666 next . insertAfter ( cloner ) ;
6767
6868 } ) ;
69- } ) ;
69+ } ) ;
Original file line number Diff line number Diff line change @@ -595,5 +595,7 @@ <h2 class="mt-5">
595595 {% include "submit/problem-reports-footer.html" %}
596596{% endblock %}
597597{% block js %}
598- {{ all_forms|merge_media:'js' }}< script src ="{% static "ietf /js/list.js" %}"> </ script >
599- {% endblock %}
598+ {{ all_forms|merge_media:'js' }}
599+ < script src ="{% static "ietf /js/list.js" %}"> </ script >
600+ < script src ="{% static "ietf /js/draft-submit.js" %}"> </ script >
601+ {% endblock %}
You can’t perform that action at this time.
0 commit comments