From 6cbe096dbf9bde91972a9d5e60ade616ffe3888f Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Wed, 26 Oct 2011 17:23:45 -0700 Subject: feat(docs): remove the Report Issue link - duplication of disqus --- docs/src/templates/docs.js | 6 ------ 1 file changed, 6 deletions(-) (limited to 'docs/src/templates/docs.js') 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! -- cgit v1.2.3