mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-04-09 17:41:01 +00:00
fix(docs): specify disqus_url
This commit is contained in:
parent
3e1a6688c3
commit
8d1944851d
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue