Select Git revision
-
Alexander Bias authoredAlexander Bias authored
module.js 286 B
/**
* Calls a PHP script to test the connection parameters
* to the Adobe Connect server
* @param object obj This is a form element
*/
M.mod_adobeconnect = {};
M.mod_adobeconnect.init = function(Y, args) {
}
M.mod_adobeconnect.testconnection = function (Y, args) {
}