made it so that the create account button works with only persona enabled
This commit is contained in:
committed by
Christopher Allan Webber
parent
e39b9cc60f
commit
20d4995d81
@@ -22,6 +22,11 @@ $(document).ready(function () {
|
||||
signinLink.onclick = function() { navigator.id.request(); };
|
||||
}
|
||||
|
||||
var signinLink1 = document.getElementById('persona_login1');
|
||||
if (signinLink1) {
|
||||
signinLink1.onclick = function() { navigator.id.request(); };
|
||||
}
|
||||
|
||||
var signoutLink = document.getElementById('logout');
|
||||
if (signoutLink) {
|
||||
signoutLink.onclick = function() { navigator.id.logout(); };
|
||||
|
||||
Reference in New Issue
Block a user