equal
deleted
inserted
replaced
938 */ |
938 */ |
939 |
939 |
940 // Included only for API-compatibility |
940 // Included only for API-compatibility |
941 function ajaxPromptAdminAuth(call_on_ok, level) |
941 function ajaxPromptAdminAuth(call_on_ok, level) |
942 { |
942 { |
943 ajaxLogonInit(call_on_ok, level); |
943 ajaxLoginInit(call_on_ok, level); |
944 } |
944 } |
945 |
945 |
946 /** |
946 /** |
947 * Insert a DOM object _after_ the specified child. |
947 * Insert a DOM object _after_ the specified child. |
948 * @param object Parent node |
948 * @param object Parent node |