Ignore:
Timestamp:
05/09/13 00:33:52 (11 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r15574 r15575  
    8181}
    8282//source['Mrk 421']=arr;
    83 document.getElementById('data').innerHTML=arr+"Time \n"+Time;
    84                                                                 }
     83if(arr.length==2)
     84{
     85        arr+="\n";     
     86}
     87document.getElementById('data').innerHTML=arr+"Time \n"+Time;                                                           }
    8588                                                        }
    8689                                                        xmlhttp.open("GET","http://www.fact-project.org/smartfact/index.php?source="+'Mrk+421'+"&time="+year+"-"+month+"-"+day,true);
Note: See TracChangeset for help on using the changeset viewer.