Skip to content

Commit 5e772e6

Browse files
committed
Merge pull request #42 from robertbosse/master
API Doc: Clean up of Example1 for hashtag
2 parents daac928 + 3271c1e commit 5e772e6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

resources/hashtag/example1.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#nav {
1919
font-size: 200%;
2020
width:17.1875em;
21-
margin:0 auto;
21+
margin:17px auto 0 auto;
2222
}
2323
#nav a {
2424
color: #777;
@@ -71,10 +71,7 @@
7171

7272
// To change src attribute of parent iframe element
7373
$('.hashExLink').on('click', function() {
74-
7574
window.parent.document.getElementById( "hashtagIframe" ).src = "/resources/hashtag/example1.html" + $(this).attr( "href" );
76-
//window.parent.document.getElementById('hashtagIframe').href = '/resources/hashtag/example1.html' + $(this).href;
77-
//window.parent.document.getElementById('hashtagIframe').location.href='/resources/hashtag/example1.html' + $(this).href;
7875
});
7976
});
8077
</script>

0 commit comments

Comments
 (0)