fix buttons for no contacts
This commit is contained in:
parent
b6228421f6
commit
516181acf2
@ -1030,7 +1030,7 @@ define([
|
|||||||
name: Messages.login_register,
|
name: Messages.login_register,
|
||||||
onClick: function () {
|
onClick: function () {
|
||||||
common.setLoginRedirect(function () {
|
common.setLoginRedirect(function () {
|
||||||
common.openURL('/login/');
|
common.gotoURL('/register/');
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}, {
|
}, {
|
||||||
@ -1038,7 +1038,7 @@ define([
|
|||||||
name: Messages.login_login,
|
name: Messages.login_login,
|
||||||
onClick: function () {
|
onClick: function () {
|
||||||
common.setLoginRedirect(function () {
|
common.setLoginRedirect(function () {
|
||||||
common.openURL('/register/');
|
common.gotoURL('/login/');
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user