Hi, Skuid Superheroes.
I have never been able to get the snippet to make links open in the parent window work on my Skuidified home page–they always open within the home page component iframe and nest. I have the snippet in place, but the links are still opening within the frame instead of the parent. Also, we have a few row actions that are URL redirects that are also opening within the frame, even if you choose parent for the “Open URL in”.
Any ideas on what else could be affecting how they open?
Thanks!
PS: This is the snippet I’m referring to:
(function(skuid){
var $ = skuid.$;
$(function(){
$(‘head’).append(
$(‘’)
);
});
})(skuid);