Skip to content

Commit

Permalink
Fixed javascript to be valid xhtml strict
Browse files Browse the repository at this point in the history
  • Loading branch information
lamsdev committed Feb 20, 2007
1 parent 56e1965 commit 41a5673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/lams/mod.html
Expand Up @@ -229,7 +229,7 @@
dol = new DynamicOptionList("workspace","sequence");
dol.setFormName("form");

url = "../mod/lams/list.php?courseid="+getElementById('form').course.value;
url = "../mod/lams/list.php?courseid="+document.getElementById('form').course.value;
if (window.XMLHttpRequest) { // Non-IE browsers
req = new XMLHttpRequest();
req.onreadystatechange = processStateChange;
Expand Down

0 comments on commit 41a5673

Please sign in to comment.