feat(docs): remove the Report Issue link - duplication of disqus

This commit is contained in:
Igor Minar 2011-10-26 17:23:45 -07:00
parent 21602b5cd6
commit 6cbe096dbf
3 changed files with 0 additions and 17 deletions

View file

@ -302,16 +302,6 @@ li {
}
#feedback {
float: right;
margin-top: -2.3em;
margin-right: 0.5em;
width: 8em;
font-size: 0.8em;
color: #fff;
}
#content > h1 {
display: none;
}

View file

@ -79,12 +79,6 @@ function DocsController($location, $window, $cookies) {
loadDisqus(currentPageId);
};
scope.getFeedbackUrl = function() {
return "mailto:angular@googlegroups.com?" +
"subject=" + escape("Feedback on " + $location.absUrl()) + "&" +
"body=" + escape("Hi there,\n\nI read " + $location.absUrl() + " and wanted to ask ....");
};
/** stores a cookie that is used by apache to decide which manifest ot send */
scope.enableOffline = function() {
//The cookie will be good for one year!

View file

@ -116,7 +116,6 @@
<div class="content-panel">
<h2 ng:bind="partialTitle"></h2>
<a id="feedback" ng:href="{{getFeedbackUrl()}}">Report an Issue or Ask a Question</a>
<ng:include id="content"
class="content-panel-content"
src="getCurrentPartial()"