changeset 532 | 03429d7b1537 |
parent 509 | 175df10e0b56 |
child 550 | 685e839d934e |
--- a/includes/clientside/static/login.js Sat Apr 12 09:51:35 2008 -0400 +++ b/includes/clientside/static/login.js Sat Apr 12 10:12:25 2008 -0400 @@ -140,6 +140,15 @@ } /** + * For compatibility only. + */ + +function ajaxLogonInit(call_on_finish, user_level) +{ + return ajaxLoginInit(call_on_finish, user_level); +} + +/** * Sets the contents of the AJAX login window to the appropriate status message. * @param int One of AJAX_STATUS_* */