fomslib: MDL-18735 disabledif not working in IE if depended on element was a <select>.

This was a regression from MDL-18522. Sorry.
This commit is contained in:
tjhunt
2009-04-06 02:56:37 +00:00
parent f13b675702
commit a4db2e7ca3
+1 -1
View File
@@ -180,7 +180,7 @@ function lockoptionsallsetup(formid) {
if (!masters) {
continue;
}
if (!masters[0]) {
if (masters.tagName) {
// If master is radio buttons, we get an array, otherwise we don't.
// Convert both cases to an array for convinience.
masters = [masters];