fixed javascript checked HOLIDAY_STATUS
This commit is contained in:
@@ -433,7 +433,7 @@ function validateCalendarName(name){
|
|||||||
var oRPC = new leimnud.module.rpc.xmlhttp({
|
var oRPC = new leimnud.module.rpc.xmlhttp({
|
||||||
url : 'calendarValidate',
|
url : 'calendarValidate',
|
||||||
async : false,
|
async : false,
|
||||||
args : arguments
|
args : arguments
|
||||||
});
|
});
|
||||||
oRPC.make();
|
oRPC.make();
|
||||||
validateMessage=oRPC.xmlhttp.responseText;
|
validateMessage=oRPC.xmlhttp.responseText;
|
||||||
|
|||||||
Reference in New Issue
Block a user