
Tim Capone
-
Atividade total6
-
Última atividade
-
Membro desde
-
Seguindo0 usuário
-
Seguido por0 usuário
-
Votos0
-
Assinaturas2
Visão geral da atividade
Atividade mais recente por Tim Capone-
Tim Capone comentou,
@Paul LaBarbera I put my code on the bottom of the script. It's working on Firefox, Chrome, Internet Explorer, and Edge for me.
-
Tim Capone comentou,
@Michael H You want to put it in the article_page.hbs file, not script.js
-
Tim Capone comentou,
You have to enable "Display unsafe content" in the Admin General settings (https://YOURSITEHERE.zendesk.com/hc/admin/general_settings). Scroll down to Security and check this setting on:
-
Tim Capone comentou,
Hey all, Just an FYI this line: var $anchorname = $heading[0].outerText.replace (/\s/g,''); should be changed to: var $anchorname = $heading[0].innerText.replace (/\s/g,''); This will make it wor...