[LON-CAPA-cvs] cvs: rat /client parameter.html

raeburn raeburn at source.lon-capa.org
Sat May 21 18:59:58 EDT 2016


raeburn		Sat May 21 22:59:58 2016 EDT

  Modified files:              
    /rat/client	parameter.html 
  Log:
  - Code no longer needed.
  
  
Index: rat/client/parameter.html
diff -u rat/client/parameter.html:1.74 rat/client/parameter.html:1.75
--- rat/client/parameter.html:1.74	Sat May 21 20:08:35 2016
+++ rat/client/parameter.html	Sat May 21 22:59:58 2016
@@ -5,7 +5,7 @@
 The LearningOnline Network with CAPA
 Parameter Input Window
 //
-// $Id: parameter.html,v 1.74 2016/05/21 20:08:35 raeburn Exp $
+// $Id: parameter.html,v 1.75 2016/05/21 22:59:58 raeburn Exp $
 //
 // Copyright Michigan State University Board of Trustees
 //
@@ -1006,12 +1006,10 @@
                 choicewrite('<td valign="top">'+
                             '<div class="LC_string_ipacc_wrap" id="LC_string_ipacc_'+acctypes[i]+'">'+
                             '<div class="LC_string_ipacc_inner" id="LC_string_ipacc_inner_'+acctypes[i]+'">');
-                var num=0;
                 for (var j=0; j<curripaccess[i].length; j++) {
                     choicewrite('<div><input type="text" size="10" name="setip'+acctypes[i]+'" value="'+curripaccess[i][j]+'" onblur="parent.ipstringeval();" />');
                     choicewrite('<a href="#" onclick="parent.removeIpRule(\''+acctypes[i]+'\',\''+j+'\')">Remove</a>');
                     choicewrite('</div>');
-                    num ++;
                 }
                 choicewrite('</div><button onclick="parent.addIpRule(\''+acctypes[i]+'\');">Add item</button>');
             }




More information about the LON-CAPA-cvs mailing list