Merge branch 'devel' of dev.sourcefabric.org:airtime into devel

This commit is contained in:
denise 2012-09-19 10:49:52 -04:00
commit 281e7d1092
5 changed files with 66 additions and 52 deletions

View file

@ -5,6 +5,10 @@ $(document).ready(function() {
afterDetachCSSClass: "floated-panel",
savePanelSpace: true
});
//this statement tells the browser to fade out any success message after 5 seconds
setTimeout(function(){$(".success").fadeOut("slow", function(){$(this).empty()});}, 5000);
});
function adjustDateToServerDate(date, serverTimezoneOffset){