Index: lams_tool_vote/web/authoring/AdvancedContent.jsp =================================================================== diff -u -r62aaf160878735888d077bf28fac3c1989bb8fbd -raa1bcddda0a1f03ce15790e7f6d70ac9b0525f88 --- lams_tool_vote/web/authoring/AdvancedContent.jsp (.../AdvancedContent.jsp) (revision 62aaf160878735888d077bf28fac3c1989bb8fbd) +++ lams_tool_vote/web/authoring/AdvancedContent.jsp (.../AdvancedContent.jsp) (revision aa1bcddda0a1f03ce15790e7f6d70ac9b0525f88) @@ -111,11 +111,11 @@ if (isMinimunDropdownUsed) { maxDropDown.selectedIndex = minDropDown.selectedIndex; if ( max > 1) { - alert(''); + alert(''); } } else { minDropDown.selectedIndex = maxDropDown.selectedIndex; - alert(''); + alert(''); } } }