diff options
Diffstat (limited to 'docs/src')
| -rw-r--r-- | docs/src/templates/docs.css | 10 | ||||
| -rw-r--r-- | docs/src/templates/docs.js | 6 | ||||
| -rw-r--r-- | docs/src/templates/index.html | 1 |
3 files changed, 0 insertions, 17 deletions
diff --git a/docs/src/templates/docs.css b/docs/src/templates/docs.css index 765c7e4a..c9e2e062 100644 --- a/docs/src/templates/docs.css +++ b/docs/src/templates/docs.css @@ -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; } diff --git a/docs/src/templates/docs.js b/docs/src/templates/docs.js index c704f22c..b50333a5 100644 --- a/docs/src/templates/docs.js +++ b/docs/src/templates/docs.js @@ -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! diff --git a/docs/src/templates/index.html b/docs/src/templates/index.html index f0c195f9..49036309 100644 --- a/docs/src/templates/index.html +++ b/docs/src/templates/index.html @@ -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()" |
