File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -117,8 +117,8 @@ <h1>{{ page.title }}</h1>
117117 < div class ="support-info-area ">
118118 < span class ="additional-info-content "> Not finding the help you need?</ span >
119119 < div >
120- {% if site.support_url %}
121- < a class ="btn btn-action " href ='{{ site.support_url }} ' target ="_blank " onclick ="trackItemFromCurrentPage('docs-contact-support', '{{ site.product }}') "> Contact support</ a >
120+ {% if site.contact_support_url %}
121+ < a class ="btn btn-action " href ='{{ site.contact_support_url }} ' target ="_blank " onclick ="trackItemFromCurrentPage('docs-contact-support', '{{ site.product }}') "> Contact support</ a >
122122 {% else %}
123123 < a class ="btn btn-action " href ='https://www.telerik.com/account/support-tickets?pid={{ site.data.support_products[site.product] }} ' target ="_blank " onclick ="trackItemFromCurrentPage('docs-contact-support', '{{ site.product }}') "> Contact support</ a >
124124 {% endif %}
Original file line number Diff line number Diff line change @@ -103,8 +103,8 @@ <h1>{{ page.title }}</h1>
103103 < div class ="support-info-area ">
104104 < span class ="additional-info-content "> Not finding the help you need?</ span >
105105 < div >
106- {% if site.support_url %}
107- < a class ="btn btn-action " href ='{{ site.support_url }} ' target ="_blank " onclick ="trackItemFromCurrentPage('docs-contact-support', '{{ site.product }}') "> Contact support</ a >
106+ {% if site.contact_support_url %}
107+ < a class ="btn btn-action " href ='{{ site.contact_support_url }} ' target ="_blank " onclick ="trackItemFromCurrentPage('docs-contact-support', '{{ site.product }}') "> Contact support</ a >
108108 {% else %}
109109 < a class ="btn btn-action " href ='https://www.telerik.com/account/support-tickets?pid={{ site.data.support_products[site.product] }} ' target ="_blank " onclick ="trackItemFromCurrentPage('docs-contact-support', '{{ site.product }}') "> Contact support</ a >
110110 {% endif %}
You can’t perform that action at this time.
0 commit comments