Ignore:
Timestamp:
05/20/13 16:44:59 (12 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/function/function.php

    r15709 r15774  
    66        var year = currentDate.getFullYear();
    77        var fullday=day+'-'+month+'-'+year;
     8       
    89        <?php
     10       
    911                $cntsource=mysql_query("SELECT COUNT(*) as `SourceID` FROM source");
    1012                $rowcnt=mysql_fetch_array($cntsource);
     
    3638                window.location = 'Transaction/insert.php?Time='+selectedTime+'&Source='+selectedSource+'&measure='+selectedMeasurement+'&Data='+InputValue+'&Date='+fullday;
    3739        });
    38         $('#loadprev').click(function(){
    39                 addSeries(chart);
    40         });
     40       
    4141        });
    4242 </script>
Note: See TracChangeset for help on using the changeset viewer.