We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 604a3a0 + e560638 commit 9ddebffCopy full SHA for 9ddebff
resources/hashtag/example1.html
@@ -71,7 +71,7 @@
71
72
// To change src attribute of parent iframe element
73
$('.hashExLink').on('click', function() {
74
- window.top.document.getElementById('hashtagIframe').location.href='/resources/hashtag/example1.html' + $(this).href;
+ window.parent.document.getElementById('hashtagIframe').location.href='/resources/hashtag/example1.html' + $(this).href;
75
});
76
77
</script>
0 commit comments