changed greeting
This commit is contained in:
parent
7fd35f4b02
commit
c60e8cdcd9
2 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@ $('#activate').click(function(ev) {
|
||||||
url: '/activate/' + token,
|
url: '/activate/' + token,
|
||||||
success: function(response) {
|
success: function(response) {
|
||||||
if (response && response.welcome) {
|
if (response && response.welcome) {
|
||||||
progress("Welcome to Bitlove!");
|
progress("Welcome to Eidolon!");
|
||||||
document.location = response.welcome;
|
document.location = response.welcome;
|
||||||
} else {
|
} else {
|
||||||
fail((response && response.error) || "Cannot activate");
|
fail((response && response.error) || "Cannot activate");
|
||||||
|
|
|
@ -36,7 +36,7 @@ $('#login').click(function(ev) {
|
||||||
url: '/login',
|
url: '/login',
|
||||||
success: function(response) {
|
success: function(response) {
|
||||||
if (response && response.welcome) {
|
if (response && response.welcome) {
|
||||||
progress("Welcome to Bitlove!");
|
progress("Welcome to Eidolon!");
|
||||||
document.location = response.welcome;
|
document.location = response.welcome;
|
||||||
} else {
|
} else {
|
||||||
fail((response && response.error) || "Cannot authenticate");
|
fail((response && response.error) || "Cannot authenticate");
|
||||||
|
|
Loading…
Reference in a new issue