mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Make js work with et2 structure
This commit is contained in:
parent
8b49490528
commit
455cc8a5d8
@ -40,6 +40,10 @@ function status_changed(changed_id, status_id, percent_id, datecompleted_id)
|
||||
var status = document.getElementById(status_id);
|
||||
var percent = document.getElementById(percent_id);
|
||||
var datecompleted = document.getElementById(datecompleted_id+'[str]');
|
||||
if(!datecompleted)
|
||||
{
|
||||
datecompleted = jQuery('#'+datecompleted_id +' input').get(0);
|
||||
}
|
||||
var completed;
|
||||
|
||||
switch(changed_id)
|
||||
|
Loading…
Reference in New Issue
Block a user