mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-02 06:57:40 +00:00
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
This commit is contained in:
commit
f82dc7558b
|
@ -2122,10 +2122,10 @@ mayscript>
|
|||
echo "{'start': new Date('".$item['date']."'), 'content': '".$item['msg']."'},";
|
||||
}
|
||||
?>
|
||||
{
|
||||
/* {
|
||||
'start': new Date(),
|
||||
'content': 'Today'
|
||||
}
|
||||
} */
|
||||
];
|
||||
|
||||
// specify options
|
||||
|
|
|
@ -103,7 +103,7 @@ $this->contentHeading(getMLText("timeline"));
|
|||
}
|
||||
$item['msg'] = $msg;
|
||||
}
|
||||
$this->printTimeline($data, 500);
|
||||
$this->printTimeline($data, 550);
|
||||
echo "</div>\n";
|
||||
echo "</div>\n";
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user