diff options
| author | Igor Minar | 2012-03-21 13:46:35 -0700 |
|---|---|---|
| committer | Igor Minar | 2012-03-21 13:46:35 -0700 |
| commit | 0a45bff4723002838a52fc7ed63ae46348eb5c47 (patch) | |
| tree | f48667fa46d6b6a29879043e34c9cce061390966 /docs/src/templates/docs.js | |
| parent | 263524d381b8fb28a3bdcdbdb290bd078a7f124e (diff) | |
| download | angular.js-0a45bff4723002838a52fc7ed63ae46348eb5c47.tar.bz2 | |
chore(docs): switch disqus id from angularjs to angularjs-next
Diffstat (limited to 'docs/src/templates/docs.js')
| -rw-r--r-- | docs/src/templates/docs.js | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
