diff options
| author | Igor Minar | 2011-11-19 15:41:21 -0800 | 
|---|---|---|
| committer | Igor Minar | 2011-11-19 15:42:17 -0800 | 
| commit | 8d1944851d5bbecd9277ede8c4a354c2d43796ee (patch) | |
| tree | b4ee5c75ffebd663c7792220d3d3616c6dd4aad9 /docs/src/templates/docs.js | |
| parent | 3e1a6688c37057014707b4b90551d5444ccc3f78 (diff) | |
| download | angular.js-8d1944851d5bbecd9277ede8c4a354c2d43796ee.tar.bz2 | |
fix(docs): specify disqus_url
Diffstat (limited to 'docs/src/templates/docs.js')
| -rw-r--r-- | docs/src/templates/docs.js | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/docs/src/templates/docs.js b/docs/src/templates/docs.js index 5b6379a6..2a9f62a8 100644 --- a/docs/src/templates/docs.js +++ b/docs/src/templates/docs.js @@ -106,6 +106,7 @@ function DocsController($location, $window, $cookies, $filter) {      // http://docs.disqus.com/help/2/      window.disqus_shortname = 'angularjs';      window.disqus_identifier = currentPageId; +    window.disqus_url = 'http://docs-next.angularjs.org' + currentPageId;      if ($location.host() == 'localhost') {        window.disqus_developer = 1; | 
