Subversion Repositories ALCASAR

Rev

Rev 537 | Rev 788 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log

Rev 537 Rev 764
Line 226... Line 226...
226
 
226
 
227
    var head = document.getElementsByTagName("head")[0];
227
    var head = document.getElementsByTagName("head")[0];
228
    if (head == null) head = document.body;
228
    if (head == null) head = document.body;
229
 
229
 
230
    showWaitPage(); 
230
    showWaitPage(); 
231
    setTimeout('chilliController.refresh()', 500);
231
    setTimeout('chilliController.refresh()', 1500);
232
}
232
}
233
 
233
 
234
// The event window.onbeforeunload doesn't work with some browsers like 'opera' or 'Safari'.
234
// The event window.onbeforeunload doesn't work with some browsers like 'opera' or 'Safari'.
235
// In the next version of alcasar, 30' without the status window do an automatic logout.
235
// In the next version of alcasar, 30' without the status window do an automatic logout.
236
var alcasarOnbeforeUnload = window.onbeforeunload;
236
var alcasarOnbeforeUnload = window.onbeforeunload;