From 08920ced60d1145e39cc0006bb3c3041332f20cc Mon Sep 17 00:00:00 2001 From: nagoon97 Date: Fri, 25 Jan 2013 07:39:49 +0000 Subject: [PATCH] fixed typo git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12590 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 76306f396..0038387d2 100644 --- a/common/js/xml_handler.js +++ b/common/js/xml_handler.js @@ -385,7 +385,7 @@ $.exec_json = function(action,data,func){ ,data:$.param(data) ,success : function(data){ $(".wfsr").hide().trigger('cancel_confirm'); - if(data.error != 0 and data.error > -1000){ + if(data.error != 0 && data.error > -1000){ if(data.error == -1 && data.message == 'msg_is_not_administrator'){ alert('You are not logged in as an administrator'); // window.location.reload();