mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-28 04:00:23 +00:00
chore(docs): switch disqus id from angularjs to angularjs-next
This commit is contained in:
parent
263524d381
commit
0a45bff472
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue