Ignore:
Timestamp:
01/07/14 10:58:21 (11 years ago)
Author:
tose
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/control.php

    r17488 r17489  
    149149
    150150?>
    151 function addRowCloneNew(nextrow){
     151function addRowClone1(nextrow){
    152152        var targetView = document.getElementById("Data");
    153153        // CREATE ELEMENT
     
    192192                        input_data.setAttribute("value","+"),
    193193                        input_data.onclick = function(){
    194                                 addRowCloneNew("list_"+newlist);
     194                                addRowClone1("list_"+newlist);
    195195                        }
    196196                );
     
    378378                                                input_data.setAttribute("value","+"),
    379379                                                input_data.onclick = function(){
    380                                                         addRowCloneNew("list_<?php echo $cnt+1; ?>");
     380                                                        addRowClone1("list_<?php echo $cnt+1; ?>");
    381381                                                }
    382382                                        );
     
    516516        ?>
    517517                $('#save').attr('value','SAVE');               
    518                 addRowCloneNew();
     518                addRowClone1();
    519519        <?php
    520520        }
Note: See TracChangeset for help on using the changeset viewer.