Fixed typo

This commit is contained in:
Alex Tselegidis 2015-10-11 22:13:44 +02:00
parent 07f4e45461
commit ca71a6a2ff
1 changed files with 1 additions and 1 deletions

View File

@ -1256,7 +1256,7 @@ var BackendCalendar = {
// Convert the titles to html code.
//BackendCalendar.convertTitlesToHtml();
}
}, 'json').fail(GeneralFunction.ajaxFailureHandler);
}, 'json').fail(GeneralFunctions.ajaxFailureHandler);
},
/**