mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-11 06:22:20 +09:00
xml_handler.js Remove 'window.location.reload();' line 381.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12413 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
6d4f6a9168
commit
97cc2a67dd
1 changed files with 1 additions and 1 deletions
|
|
@ -378,7 +378,7 @@ $.exec_json = function(action,data,func){
|
|||
if(data.error > 0) alert(data.message);
|
||||
if(data.error == -1 && data.message == 'msg_is_not_administrator'){
|
||||
alert('You are not logged in as an administrator');
|
||||
window.location.reload();
|
||||
// window.location.reload();
|
||||
return;
|
||||
}
|
||||
if($.isFunction(func)) func(data);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue