mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 07:44:35 +02:00
Merge branch 'develop' of github.com:pandorafms/pandorafms into develop
This commit is contained in:
commit
6efed27e16
@ -434,6 +434,9 @@ function fill_parent_select(id_item) {
|
|||||||
.filter(function() { if ($(this).attr('value') != 0) return true; })
|
.filter(function() { if ($(this).attr('value') != 0) return true; })
|
||||||
.remove();
|
.remove();
|
||||||
jQuery.each(parents, function(key, value) {
|
jQuery.each(parents, function(key, value) {
|
||||||
|
if (value == undefined) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
if (id_item == key) {
|
if (id_item == key) {
|
||||||
return; //continue
|
return; //continue
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user