feat: open product card links in same tab
This commit is contained in:
parent
4f37370e8d
commit
e94d387fdd
@ -60,3 +60,5 @@ reframe('.post-content iframe:not(.reframe-off)');
|
||||
|
||||
/* Custom settings for disqusLazy */
|
||||
!function(){document.querySelector(".disqus-lazy") && disqusLazy()}();
|
||||
|
||||
document.querySelectorAll(".kg-product-card a").forEach($a=>{$a.setAttribute("target","");$a.setAttribute("rel","")});
|
Loading…
Reference in New Issue
Block a user