Commit 77b436d486dc7f864a881eeb5df21b60b663cfd1
1 parent
4a6cabf1
Exists in
master
and in
11 other branches
Relative urls for login
Showing
2 changed files
with
4 additions
and
4 deletions
Show diff stats
embed_test.html
index.html
@@ -78,9 +78,9 @@ | @@ -78,9 +78,9 @@ | ||
78 | <div id='proposal-result'></div> | 78 | <div id='proposal-result'></div> |
79 | 79 | ||
80 | <div id="login"> | 80 | <div id="login"> |
81 | - <a href="//www.participa.br/plugin/oauth_client/google_oauth2?id=2" target="_blank" class="google">Google</a> | ||
82 | - <a href="//www.participa.br/plugin/oauth_client/facebook?id=1" target="_blank" class="facebook">Facebook</a> | ||
83 | - <a href="//www.participa.br/plugin/oauth_client/noosfero_oauth2?id=1" target="_blank" class="participa">Participa</a> | 81 | + <a href="/plugin/oauth_client/google_oauth2?oauth_client_popup=true&id=2" target="_blank" class="google">Google</a> |
82 | + <a href="/plugin/oauth_client/facebook?oauth_client_popup=true&id=1" target="_blank" class="facebook">Facebook</a> | ||
83 | + <a href="/plugin/oauth_client/noosfero_oauth2?oauth_client_popup=true&id=3" target="_blank" class="participa">Participa</a> | ||
84 | <input type="text" id="private-token" style="display: none"> | 84 | <input type="text" id="private-token" style="display: none"> |
85 | </div> | 85 | </div> |
86 | 86 |