mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
for unit test
This commit is contained in:
parent
40e35a9451
commit
b3068758ef
1 changed files with 3 additions and 3 deletions
|
|
@ -377,11 +377,11 @@
|
|||
callback_success = window[callback_success];
|
||||
} else {
|
||||
callback_success = function(data) {
|
||||
if (data['message'] === 'success') {
|
||||
if (data.message === 'success') {
|
||||
return;
|
||||
}
|
||||
rhymix_alert(data['message'], data['redirect_url']);
|
||||
if (data['redirect_url']) {
|
||||
rhymix_alert(data.message, data.redirect_url);
|
||||
if (data.redirect_url) {
|
||||
redirect(data.redirect_url);
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue