Merge branch 'saas-dev-usability-hints' of github.com:sourcefabric/Airtime into saas-dev-usability-hints

This commit is contained in:
Albert Santoni 2015-07-14 10:35:47 -04:00
commit 5a2ef8d3db
8 changed files with 135 additions and 1 deletions

View file

@ -359,6 +359,7 @@ function getFullCalendarEvents(start, end, callback) {
var d = new Date();
$.post(url, {format: "json", start: start_date, end: end_date, cachep: d.getTime()}, function(json){
callback(json.events);
getUsabilityHint();
});
}
}