Skip to content

Commit 6cbe096

Browse files
committed
feat(docs): remove the Report Issue link - duplication of disqus
1 parent 21602b5 commit 6cbe096

3 files changed

Lines changed: 0 additions & 17 deletions

File tree

docs/src/templates/docs.css

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -302,16 +302,6 @@ li {
302302
}
303303

304304

305-
#feedback {
306-
float: right;
307-
margin-top: -2.3em;
308-
margin-right: 0.5em;
309-
width: 8em;
310-
font-size: 0.8em;
311-
color: #fff;
312-
}
313-
314-
315305
#content > h1 {
316306
display: none;
317307
}

docs/src/templates/docs.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,6 @@ function DocsController($location, $window, $cookies) {
7979
loadDisqus(currentPageId);
8080
};
8181

82-
scope.getFeedbackUrl = function() {
83-
return "mailto:angular@googlegroups.com?" +
84-
"subject=" + escape("Feedback on " + $location.absUrl()) + "&" +
85-
"body=" + escape("Hi there,\n\nI read " + $location.absUrl() + " and wanted to ask ....");
86-
};
87-
8882
/** stores a cookie that is used by apache to decide which manifest ot send */
8983
scope.enableOffline = function() {
9084
//The cookie will be good for one year!

docs/src/templates/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@
116116

117117
<div class="content-panel">
118118
<h2 ng:bind="partialTitle"></h2>
119-
<a id="feedback" ng:href="{{getFeedbackUrl()}}">Report an Issue or Ask a Question</a>
120119
<ng:include id="content"
121120
class="content-panel-content"
122121
src="getCurrentPartial()"

0 commit comments

Comments
 (0)