mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-11 02:22:25 +03:00
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.
|
// Convert the titles to html code.
|
||||||
//BackendCalendar.convertTitlesToHtml();
|
//BackendCalendar.convertTitlesToHtml();
|
||||||
}
|
}
|
||||||
}, 'json').fail(GeneralFunction.ajaxFailureHandler);
|
}, 'json').fail(GeneralFunctions.ajaxFailureHandler);
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue