mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-18 15:50:22 +00:00
feat(docs): remove the Report Issue link - duplication of disqus
This commit is contained in:
parent
21602b5cd6
commit
6cbe096dbf
3 changed files with 0 additions and 17 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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!
|
||||
|
|
|
|||
|
|
@ -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()"
|
||||
|
|
|
|||
Loading…
Reference in a new issue