| Current Path : /home/h/a/p/happyrenas/old/huissier-express.fr/administration/assets/pages/scripts/ |
Linux webd005.cluster105.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 |
| Current File : /home/h/a/p/happyrenas/old/huissier-express.fr/administration/assets/pages/scripts/jquery-gantt.js |
var jgantt = function () {
return {
init: function () {
var gantt_data = [
{ "name": " Step A ","desc": "→ Step B" ,"values": [{"id": "b0", "from": "/Date(1320182000000)/", "to": "/Date(1320301600000)/", "desc": "Id: 0<br/>Name: Step A", "label": " Step A", "customClass": "ganttRed", "dep": "b1"}]}
];
$(".jgantt").gantt({source: gantt_data, navigate: 'scroll', scale: 'days', maxScale: 'weeks', minScale: 'hours'});
}
};
}();
jQuery(document).ready(function() {
jgantt.init();
});