includes/clientside/static/login.js
changeset 532 03429d7b1537
parent 509 175df10e0b56
child 550 685e839d934e
equal deleted inserted replaced
531:510160f15a69 532:03429d7b1537
   135   // Build the "loading" window
   135   // Build the "loading" window
   136   ajaxLoginSetStatus(AJAX_STATUS_LOADING_KEY);
   136   ajaxLoginSetStatus(AJAX_STATUS_LOADING_KEY);
   137   
   137   
   138   // Request the key
   138   // Request the key
   139   ajaxLoginPerformRequest({ mode: 'getkey' });
   139   ajaxLoginPerformRequest({ mode: 'getkey' });
       
   140 }
       
   141 
       
   142 /**
       
   143  * For compatibility only.
       
   144  */
       
   145 
       
   146 function ajaxLogonInit(call_on_finish, user_level)
       
   147 {
       
   148   return ajaxLoginInit(call_on_finish, user_level);
   140 }
   149 }
   141 
   150 
   142 /**
   151 /**
   143  * Sets the contents of the AJAX login window to the appropriate status message.
   152  * Sets the contents of the AJAX login window to the appropriate status message.
   144  * @param int One of AJAX_STATUS_*
   153  * @param int One of AJAX_STATUS_*