Skip to content

Commit df224d0

Browse files
authored
Merge pull request #347 from canjs/309-fix-gh-buttons-warning
Fixed #309 data-count-api warning in console.
2 parents 3a0d87c + 10f5b7f commit df224d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/nav-links.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<a href="http://forums.donejs.com/c/canjs">Forum</a>
77
</li>
88
<li>
9-
<a class="github-button nav-social" href="https://github.com/canjs/canjs" data-count-href="/canjs/canjs/stargazers" data-count-api="/repos/canjs/canjs#stargazers_count">Star</a>
9+
<a class="github-button nav-social" href="https://github.com/canjs/canjs" data-count-href="/canjs/canjs/stargazers" data-show-count="true">Star</a>
1010
</li>
1111
<li>
1212
<a href="https://twitter.com/canjs" class="twitter-follow-button nav-social" data-show-count="true" data-show-screen-name="false">Follow @canjs</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>

0 commit comments

Comments
 (0)