Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Commit 4321713

Browse files
committed
chore(plusone): remove plus one from page
The API call was occasionally hanging, causing tests to timeout.
1 parent 3c88bda commit 4321713

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

src/index.html

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,6 @@ <h1>HTML enhanced for web apps!</h1>
129129
Follow +AngularJS on
130130
<a href="https://plus.google.com/110323587230527980117?prsrc=3" rel="publisher" style="text-decoration:none;"><img src="https://ssl.gstatic.com/images/icons/gplus-32.png" style="border:0;width:20px;height:20px;" alt=""/></a>
131131
</li>
132-
<li>
133-
<g:plusone size="medium" annotation="inline" width="120" href="http://angularjs.org"></g:plusone>
134-
</li>
135132
<li>
136133
<a href="https://twitter.com/angularjs" class="twitter-follow-button" data-show-count="true">Follow @angularjs</a>
137134
</li>
@@ -217,16 +214,16 @@ <h4 class="video-item-heading">{{ video.title }}</h4>
217214
</div>
218215

219216
<div ng-show="stage.section=='ng-europe'" class="jumbotron-buttons">
220-
<a href="https://www.youtube.com/channel/UCEGUP3TJJfMsEM_1y8iviSQ" target="_blank" class="btn btn-primary btn-large" rel="nofollow">
217+
<a href="https://www.youtube.com/channel/UCEGUP3TJJfMsEM_1y8iviSQ" target="_blank" class="btn btn-primary btn-large" rel="nofollow">
221218
view all videos
222219
</a>
223220
<a href="http://www.ngeurope.org/" target="_blank" class="btn btn-large" rel="nofollow">
224221
www.ngeurope.org
225222
</a>
226223
</div>
227-
224+
228225
<div ng-show="stage.section=='ng-conf'" class="jumbotron-buttons">
229-
<a href="https://www.youtube.com/user/ngconfvideos" target="_blank" class="btn btn-large btn-primary" rel="nofollow">
226+
<a href="https://www.youtube.com/user/ngconfvideos" target="_blank" class="btn btn-large btn-primary" rel="nofollow">
230227
view all videos
231228
</a>
232229
<a href="http://ng-conf.org/" target="_blank" class="btn btn-large" rel="nofollow">
@@ -893,8 +890,7 @@ <h2>JavaScript Projects</h2>
893890
angular.bootstrap(document, ['ngRoute', 'homepage', 'ngLocal.us']);
894891
</script>
895892

896-
<script src="https://apis.google.com/js/plusone.js"></script>
897-
<script src="//platform.twitter.com/widgets.js"></script>
893+
<script async src="//platform.twitter.com/widgets.js"></script>
898894
<script type="text/javascript">
899895
var _gaq=[
900896
['_setAccount','UA-8594346-3'],

0 commit comments

Comments
 (0)