equal
deleted
inserted
replaced
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_* |