mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-17 03:01:06 +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 {
|
#content > h1 {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -79,12 +79,6 @@ function DocsController($location, $window, $cookies) {
|
||||||
loadDisqus(currentPageId);
|
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 */
|
/** stores a cookie that is used by apache to decide which manifest ot send */
|
||||||
scope.enableOffline = function() {
|
scope.enableOffline = function() {
|
||||||
//The cookie will be good for one year!
|
//The cookie will be good for one year!
|
||||||
|
|
|
||||||
|
|
@ -116,7 +116,6 @@
|
||||||
|
|
||||||
<div class="content-panel">
|
<div class="content-panel">
|
||||||
<h2 ng:bind="partialTitle"></h2>
|
<h2 ng:bind="partialTitle"></h2>
|
||||||
<a id="feedback" ng:href="{{getFeedbackUrl()}}">Report an Issue or Ask a Question</a>
|
|
||||||
<ng:include id="content"
|
<ng:include id="content"
|
||||||
class="content-panel-content"
|
class="content-panel-content"
|
||||||
src="getCurrentPartial()"
|
src="getCurrentPartial()"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue