includes/clientside/static/functions.js
changeset 1053 bdbb49cf6f1b
parent 1033 99bff0df45fa
child 1125 367768040a61
equal deleted inserted replaced
1052:374d08d176cb 1053:bdbb49cf6f1b
   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