Index: lams_tool_lamc/web/authoringMaincontent.jsp =================================================================== diff -u -r51e01b8366edffab6310663dbbc8588f3b0929b2 -r4104892571edba09bbe5854515ef4b40d37b9c20 --- lams_tool_lamc/web/authoringMaincontent.jsp (.../authoringMaincontent.jsp) (revision 51e01b8366edffab6310663dbbc8588f3b0929b2) +++ lams_tool_lamc/web/authoringMaincontent.jsp (.../authoringMaincontent.jsp) (revision 4104892571edba09bbe5854515ef4b40d37b9c20) @@ -99,7 +99,7 @@

-
+
@@ -113,109 +113,23 @@
- +
-

Advanced Definitions

-
- +

Advanced Definitions

+
+ +
- -
-
-

Instructions

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- : - - - - -
- - - - - - -
- - - -
  • -
    -
    - - - - - -
    - - - - - - -
    - - - -
  • -
    -
    -    -
    - - - -
    -
    - +

    Instructions

    +
    + +

    -Cancel - - - -
    +

    @@ -230,25 +144,6 @@ document.forms[formIndex].isRemoveQuestion.value='1'; document.forms[formIndex].submit(); } - - function isNumeric(sText) - { - var validChars = "0123456789"; - var isNumber=true; - var char; - - for (i = 0; i < sText.length && isNumber == true; i++) - { - char = sText.charAt(i); - if (validChars.indexOf(char) == -1) - { - isNumber = false; - alert('Nooo'); - } - } - return isNumber; - } -