Skip to content

Commit 24d0b3b

Browse files
author
Rafael J. Staib
committed
Remove facebook button
1 parent 81d5cd3 commit 24d0b3b

File tree

9 files changed

+9
-10
lines changed

9 files changed

+9
-10
lines changed

add-remove.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ <h3>License</h3>
117117
</div>
118118

119119
<script>
120-
// GitHub Star Button
120+
// Twitter Star Button
121121
!function (d, s, id) { var js, fjs = d.getElementsByTagName(s)[0], p = /^http:/.test(d.location) ? 'http' : 'https'; if (!d.getElementById(id)) { js = d.createElement(s); js.id = id; js.src = p + '://platform.twitter.com/widgets.js'; fjs.parentNode.insertBefore(js, fjs); } }(document, 'script', 'twitter-wjs');
122122

123123
// Google Analytics

advanced-form.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ <h3>License</h3>
181181
</div>
182182

183183
<script>
184-
// GitHub Star Button
184+
// Twitter Star Button
185185
!function (d, s, id) { var js, fjs = d.getElementsByTagName(s)[0], p = /^http:/.test(d.location) ? 'http' : 'https'; if (!d.getElementById(id)) { js = d.createElement(s); js.id = id; js.src = p + '://platform.twitter.com/widgets.js'; fjs.parentNode.insertBefore(js, fjs); } }(document, 'script', 'twitter-wjs');
186186

187187
// Google Analytics

async.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ <h3>License</h3>
109109
</div>
110110

111111
<script>
112-
// GitHub Star Button
112+
// Twitter Star Button
113113
!function (d, s, id) { var js, fjs = d.getElementsByTagName(s)[0], p = /^http:/.test(d.location) ? 'http' : 'https'; if (!d.getElementById(id)) { js = d.createElement(s); js.id = id; js.src = p + '://platform.twitter.com/widgets.js'; fjs.parentNode.insertBefore(js, fjs); } }(document, 'script', 'twitter-wjs');
114114

115115
// Google Analytics

basic-form.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ <h3>License</h3>
143143
</div>
144144

145145
<script>
146-
// GitHub Star Button
146+
// Twitter Star Button
147147
!function (d, s, id) { var js, fjs = d.getElementsByTagName(s)[0], p = /^http:/.test(d.location) ? 'http' : 'https'; if (!d.getElementById(id)) { js = d.createElement(s); js.id = id; js.src = p + '://platform.twitter.com/widgets.js'; fjs.parentNode.insertBefore(js, fjs); } }(document, 'script', 'twitter-wjs');
148148

149149
// Google Analytics

basic.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ <h3>License</h3>
115115
</div>
116116

117117
<script>
118-
// GitHub Star Button
118+
// Twitter Star Button
119119
!function (d, s, id) { var js, fjs = d.getElementsByTagName(s)[0], p = /^http:/.test(d.location) ? 'http' : 'https'; if (!d.getElementById(id)) { js = d.createElement(s); js.id = id; js.src = p + '://platform.twitter.com/widgets.js'; fjs.parentNode.insertBefore(js, fjs); } }(document, 'script', 'twitter-wjs');
120120

121121
// Google Analytics

iframe.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ <h3>License</h3>
109109
</div>
110110

111111
<script>
112-
// GitHub Star Button
112+
// Twitter Star Button
113113
!function (d, s, id) { var js, fjs = d.getElementsByTagName(s)[0], p = /^http:/.test(d.location) ? 'http' : 'https'; if (!d.getElementById(id)) { js = d.createElement(s); js.id = id; js.src = p + '://platform.twitter.com/widgets.js'; fjs.parentNode.insertBefore(js, fjs); } }(document, 'script', 'twitter-wjs');
114114

115115
// Google Analytics

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ <h2>A powerful jQuery wizard plugin that supports accessibility and HTML5.</h2>
3434
<a href="https://github.com/rstaib/jquery-steps" class="button"><small>View project on</small>GitHub</a>
3535
<div class="share">
3636
<a href="https://twitter.com/share" class="twitter-share-button" data-url="http://rstaib.github.io/jquery-steps/" data-text="jQuery Steps" data-via="RafaelStaib" data-hashtags="jquerysteps">Tweet</a>
37-
<div class="fb-like" data-href="http://rstaib.github.io/jquery-steps" data-send="false" data-layout="button_count" data-width="110" data-show-faces="false" data-font="arial"></div>
37+
<!--div class="fb-like" data-href="http://rstaib.github.io/jquery-steps/" data-send="false" data-layout="button_count" data-width="110" data-show-faces="false" data-font="arial"></div-->
3838
<iframe src="http://ghbtns.com/github-btn.html?user=rstaib&repo=jquery-steps&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110" height="20"></iframe>
3939
</div>
4040
</div>

stylesheets/stylesheet.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,7 @@ header .share {
155155
top: 100px;
156156
width: 202px;
157157
}
158-
header .share > iframe,
159-
header .share > div {
158+
header .share > iframe {
160159
margin: 0 10px 10px 0;
161160
}
162161
aside a.button {

tabs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ <h3>License</h3>
130130
</div>
131131

132132
<script>
133-
// GitHub Star Button
133+
// Twitter Star Button
134134
!function (d, s, id) { var js, fjs = d.getElementsByTagName(s)[0], p = /^http:/.test(d.location) ? 'http' : 'https'; if (!d.getElementById(id)) { js = d.createElement(s); js.id = id; js.src = p + '://platform.twitter.com/widgets.js'; fjs.parentNode.insertBefore(js, fjs); } }(document, 'script', 'twitter-wjs');
135135

136136
// Google Analytics

0 commit comments

Comments
 (0)