You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

1 lines
383 B

define(["jquery"],function(a){var b=function(b,c,d,e){this._baseUrl=c,this._moduleId=e,this._courseId=d,a(b).on("change",this._moduleChanged.bind(this))};return b.prototype._moduleChanged=function(b){var c=a(b.target).val(),d="?mod="+c+"&courseid="+this._courseId;document.location=this._baseUrl+d},b.prototype._courseId=null,b.prototype._moduleId=null,b.prototype._baseUrl=null,b});