Skip to content
Snippets Groups Projects
module.js 286 B
Newer Older
  • Learn to ignore specific revisions
  • DFNVC's avatar
    DFNVC committed
    /**
     * 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) {
    }