We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26066b7 commit ccc02d6Copy full SHA for ccc02d6
_templates/layout.html
@@ -211,14 +211,5 @@
211
212
<img height="1" width="1" style="border-style:none;" alt="" src="https://www.googleadservices.com/pagead/conversion/795629140/?label=txkmCPmdtosBENSssfsC&guid=ON&script=0"/>
213
214
-<script>
215
- //temporarily add a link to survey
216
- var survey = '<div class="survey-banner"><p><i class="fas fa-poll" aria-hidden="true">  </i> Take the <a href="https://forms.gle/KZ4xGL65VRMYNbbG6">PyTorch Docs/Tutorials survey</a>.</p></div>'
217
- if ($(".pytorch-call-to-action-links").length) {
218
- $(".pytorch-call-to-action-links").before(survey);
219
- } else {
220
- $("#pytorch-article").prepend(survey);
221
- }
222
-</script>
223
224
{% endblock %}
0 commit comments