mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-06-05 22:09:38 +02:00
Miglioramento modulo Statistiche
This commit is contained in:
11
modules/statistiche/js/init.js
Normal file
11
modules/statistiche/js/init.js
Normal file
@ -0,0 +1,11 @@
|
||||
// Inzializzazione manager standard
|
||||
var info = {
|
||||
url: local_url,
|
||||
id_module: globals.id_module,
|
||||
id_record: globals.id_record,
|
||||
start_date: globals.start_date,
|
||||
end_date: globals.end_date,
|
||||
};
|
||||
|
||||
var manager = new Manager(info);
|
||||
add_calendar();
|
Reference in New Issue
Block a user