From 97cc2a67dd5d92d59be954c39dbbf812bbe84c03 Mon Sep 17 00:00:00 2001 From: ChanMyeong Date: Mon, 17 Dec 2012 09:36:36 +0000 Subject: [PATCH] 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 --- common/js/xml_handler.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/js/xml_handler.js b/common/js/xml_handler.js index e4085f0fc..bdf7e1560 100644 --- a/common/js/xml_handler.js +++ b/common/js/xml_handler.js @@ -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);