mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-29 16:19:58 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@129 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
515e928b12
commit
969c831a18
18 changed files with 78 additions and 64 deletions
|
|
@ -15,7 +15,7 @@ function filterAlertMessage(ret_obj) {
|
|||
var message = ret_obj["message"];
|
||||
var redirect_url = ret_obj["redirect_url"];
|
||||
var url = location.href;
|
||||
if(typeof(message)!='undefined'&&message) alert(message);
|
||||
if(typeof(message)!='undefined'&&message&&message!='success') alert(message);
|
||||
if(typeof(redirect_url)!='undefined'&&redirect_url) url = redirect_url;
|
||||
location.href = url;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue