Index: lams_tool_laqa/web/admin/config.jsp =================================================================== diff -u -r014c90f20614f95033e08273fc00c81ff0c94638 -rce3e782fd6844641f7298e09104f8d7554f073ff --- lams_tool_laqa/web/admin/config.jsp (.../config.jsp) (revision 014c90f20614f95033e08273fc00c81ff0c94638) +++ lams_tool_laqa/web/admin/config.jsp (.../config.jsp) (revision ce3e782fd6844641f7298e09104f8d7554f073ff) @@ -71,7 +71,7 @@ var i; with (catMenu) { - options[0] = new Option('', "none"); + options[0] = new Option("", "none"); for(i = 0; i < categoryArray.length; i++) { options[i+1] = new Option(categoryArray[i].title, i); @@ -115,11 +115,11 @@ { if (catMenu.selectedIndex == null || catMenu.selectedIndex <= 0) { - alert(''); + alert(""); } else { - if (confirm('')) + if (confirm("")) { var uid = categoryArray[catMenu.selectedIndex-1].uid; @@ -140,11 +140,11 @@ { if (skillMenu.selectedIndex == null || skillMenu.selectedIndex <= 0) { - alert(''); + alert(""); } else { - if (confirm('')) + if (confirm("")) { var uid = categoryArray[catMenu.selectedIndex-1].skills[skillMenu.selectedIndex-1].uid; @@ -165,11 +165,11 @@ { if (qMenu.selectedIndex == null || qMenu.selectedIndex <= 0) { - alert(''); + alert(""); } else { - if (confirm('')) + if (confirm("")) { var uid = categoryArray[catMenu.selectedIndex-1].skills[skillMenu.selectedIndex-1].questions[qMenu.selectedIndex-1].uid; @@ -201,7 +201,7 @@ } else { - alert(''); + alert(""); } } @@ -215,15 +215,15 @@ { buttons: { - '': function() + "": function() { if(handleDialogInput(inputType, isAdd)) { document.getElementById('inputText').value = ""; $(this).dialog("close"); } }, - '': function() + "": function() { document.getElementById('inputText').value = ""; $(this).dialog("close"); @@ -243,7 +243,7 @@ var inputText = trim(document.getElementById("inputText").value); if (inputText == null || inputText == "") { - alert(''); + alert(""); return false } @@ -285,7 +285,7 @@ } else { - alert(''); + alert(""); return false; } } @@ -316,7 +316,7 @@ } else { - alert(''); + alert(""); return false; } @@ -422,7 +422,7 @@ function disableExport() { - msg = '' + msg = "" document.getElementById("exportButton").href = "javascript:alert('" + msg + "');"; } @@ -434,7 +434,7 @@ } else { - if(confirm('')) + if(confirm("")) { customSubmit("importWizard"); }