diff -r 510160f15a69 -r 03429d7b1537 includes/clientside/static/login.js --- 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_* */