fixed javascript checked HOLIDAY_STATUS

This commit is contained in:
Alvaro Campos
2011-01-10 13:02:10 +00:00
parent 865dc00eca
commit 3ce95f44c5

View File

@@ -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;