# This patch file was generated by NetBeans IDE
# This patch can be applied using context Tools: Apply Diff Patch action on respective folder.
# It uses platform neutral UTF-8 encoding.
# Above lines and this line are ignored by the patching process.
Index: moodle/lib/javascript-static.js
--- moodle/lib/javascript-static.js Base (1.125)
+++ moodle/lib/javascript-static.js Locally Modified (Based On 1.125)
@@ -425,12 +425,12 @@
     if (theform.tagName.toLowerCase() != 'form') {
         return false;
     }
-    if (args.selectid) {
-        var select = document.getElementById(args.selectid);
-        if (select.selectedIndex == 0) {
-            return false;
-        }
-    }
+    //if (args.selectid) {
+    //    var select = document.getElementById(args.selectid);
+    //    if (select.selectedIndex == 0) {
+    //        return false;
+    //    }
+    //}
     return theform.submit();
 }
 
