|
|
@ -87,12 +87,10 @@ define('forum/register', ['translator', 'zxcvbn'], function (translator, zxcvbn)
|
|
|
|
if (data.referrer) {
|
|
|
|
if (data.referrer) {
|
|
|
|
window.location.href = data.referrer;
|
|
|
|
window.location.href = data.referrer;
|
|
|
|
} else if (data.message) {
|
|
|
|
} else if (data.message) {
|
|
|
|
require(['translator'], function (translator) {
|
|
|
|
|
|
|
|
translator.translate(data.message, function (msg) {
|
|
|
|
translator.translate(data.message, function (msg) {
|
|
|
|
bootbox.alert(msg);
|
|
|
|
bootbox.alert(msg);
|
|
|
|
ajaxify.go('/');
|
|
|
|
ajaxify.go('/');
|
|
|
|
});
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
error: function (data) {
|
|
|
|
error: function (data) {
|
|
|
|