Skip to content

Commit

Permalink
fix privacy
Browse files Browse the repository at this point in the history
  • Loading branch information
DesertsPan committed Aug 16, 2017
1 parent 10bd2a8 commit da7214a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,8 @@
}
window.onload = function() {
var iframes = document.querySelectorAll('iframe');
iframes[0].setAttribute('src', 'https://ghbtns.com/github-btn.html?user=xCss&repo=valine&type=watch&count=true');
iframes[1].setAttribute('src', 'https://ghbtns.com/github-btn.html?user=xCss&type=follow&count=true');
iframes[0].setAttribute('src', 'https://ghbtns.com/github-btn.html?user=panjunwen&repo=valine&type=watch&count=true');
iframes[1].setAttribute('src', 'https://ghbtns.com/github-btn.html?user=panjunwen&type=follow&count=true');
}
</script>
</body>
Expand Down

0 comments on commit da7214a

Please sign in to comment.