Skip to content

Instantly share code, notes, and snippets.

@DeskWOW
Created November 19, 2014 17:27
Show Gist options
  • Save DeskWOW/d73f1242724ac8aedc41 to your computer and use it in GitHub Desktop.
Save DeskWOW/d73f1242724ac8aedc41 to your computer and use it in GitHub Desktop.
If article doesn't have translation, redirect to default translation
{% if article == null %}
<script>
article_id = window.location.href.split("/portal/articles/")[1].split("-")[0];
window.location = "https://my-site.desk.com/customer/portal/articles/" + article_id;
</script>
{% endif %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment