Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
This commit is contained in:
commit
281e7d1092
5 changed files with 66 additions and 52 deletions
|
@ -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){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue