Skip to content
Snippets Groups Projects
Select Git revision
  • d3427cfa8869171de527599268bada905990152e
  • master default protected
  • hsh_3.10
3 results

module.js

Blame
  • 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) {
    }