diff options
| author | Brian Ford | 2014-01-27 11:46:18 -0800 | 
|---|---|---|
| committer | Brian Ford | 2014-01-27 11:46:18 -0800 | 
| commit | f54f0f98a095a2d4666273cd2068e56c66b2d44d (patch) | |
| tree | 6c87e25bdc31109741fa39601aef0123b4886454 | |
| parent | 766b3d5c874a9c53fe6bfcf17e498e1dcf42c3a9 (diff) | |
| download | angular.js-f54f0f98a095a2d4666273cd2068e56c66b2d44d.tar.bz2 | |
chore(docs): remove note about removing disqus
| -rw-r--r-- | docs/src/templates/index.html | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/docs/src/templates/index.html b/docs/src/templates/index.html index 3d64a4f5..84849011 100644 --- a/docs/src/templates/index.html +++ b/docs/src/templates/index.html @@ -334,10 +334,6 @@          <div id="loading" ng-show="loading">Loading...</div>          <div ng-hide="loading" ng-include src="currentPage.partialUrl" onload="afterPartialLoaded()" autoscroll class="content slide-reveal"></div> - -        <div class="alert alert-info"> -          <a href="http://blog.angularjs.org/2013/11/farewell-disqus.html">Where did Disqus go?</a> -        </div>        </div>      </div>    </div> | 
