forked from mirrors/easyappointments
Fixed typo
This commit is contained in:
parent
07f4e45461
commit
ca71a6a2ff
1 changed files with 1 additions and 1 deletions
|
@ -1256,7 +1256,7 @@ var BackendCalendar = {
|
|||
// Convert the titles to html code.
|
||||
//BackendCalendar.convertTitlesToHtml();
|
||||
}
|
||||
}, 'json').fail(GeneralFunction.ajaxFailureHandler);
|
||||
}, 'json').fail(GeneralFunctions.ajaxFailureHandler);
|
||||
},
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue