Skip to content

Commit 9654fcc

Browse files
authored
Remove 2023 survey (#2734)
1 parent c45216b commit 9654fcc

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

_templates/layout.html

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -112,14 +112,4 @@
112112
</script>
113113

114114
<img height="1" width="1" style="border-style:none;" alt="" src="https://www.googleadservices.com/pagead/conversion/795629140/?label=txkmCPmdtosBENSssfsC&amp;guid=ON&amp;script=0"/>
115-
116-
//temporarily add a link to survey
117-
<script>
118-
var survey = '<div class="survey-banner"><p><i class="fas fa-poll" aria-hidden="true">&nbsp </i> Take the annual <a href="https://forms.gle/jdNexNU6eZ8mCGDY7">PyTorch Tutorials survey</a>.</p></div>'
119-
if ($(".pytorch-call-to-action-links").length) {
120-
$(".pytorch-call-to-action-links").before(survey);
121-
} else {
122-
$("#pytorch-article").prepend(survey);
123-
}
124-
</script>
125115
{% endblock %}

0 commit comments

Comments
 (0)