From 0a45bff4723002838a52fc7ed63ae46348eb5c47 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Wed, 21 Mar 2012 13:46:35 -0700 Subject: chore(docs): switch disqus id from angularjs to angularjs-next --- docs/src/templates/docs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/src/templates/docs.js') diff --git a/docs/src/templates/docs.js b/docs/src/templates/docs.js index 95cac2c9..056b1039 100644 --- a/docs/src/templates/docs.js +++ b/docs/src/templates/docs.js @@ -104,7 +104,7 @@ function DocsController(scope, $location, $window, $cookies, $filter) { function loadDisqus(currentPageId) { // http://docs.disqus.com/help/2/ - window.disqus_shortname = 'angularjs'; + window.disqus_shortname = 'angularjs-next'; window.disqus_identifier = currentPageId; window.disqus_url = 'http://docs-next.angularjs.org' + currentPageId; -- cgit v1.2.3