From ef79f6b24167d774e9f344da36c021d45644f604 Mon Sep 17 00:00:00 2001 From: lamsdev Date: Fri, 16 Feb 2007 06:44:04 +0000 Subject: [PATCH] Fixed javascript to be valid xhtml strict --- mod/lams/mod.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/lams/mod.html b/mod/lams/mod.html index 4527579f6c..8540d10ddd 100644 --- a/mod/lams/mod.html +++ b/mod/lams/mod.html @@ -229,7 +229,7 @@ function refreshLists(){ 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; -- 2.39.5