Subversion Repositories wimsdev

Rev

Rev 13573 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 13573 Rev 13602
Line 4... Line 4...
4
var swarn_notifyBefore = 60; // Give client these seconds to choose.
4
var swarn_notifyBefore = 60; // Give client these seconds to choose.
5
var swarn_rtick=swarn_notifyBefore;
5
var swarn_rtick=swarn_notifyBefore;
6
var swarn_enterDate=null;
6
var swarn_enterDate=null;
7
 
7
 
8
$(function() {
8
$(function() {
9
  console.log("session close in "+swarn_sessionAlive+"s...");
9
  // console.log("session close in "+swarn_sessionAlive+"s...");
10
  setTimeout(function() {
10
  setTimeout(function() {
11
    console.log("session close in "+swarn_notifyBefore+"s...");
11
    console.log("session close in "+swarn_notifyBefore+"s...");
12
    $("#sess_dialog1").dialog({
12
    $("#sess_dialog1").dialog({
13
      autoOpen: true,
13
      autoOpen: true,
14
      hide: "fold",
14
      hide: "fold",