mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 00:04:37 +02:00
Merge branch 'ent-12674-selectores-sin-accion-en-custom-graphs' into 'develop'
Ent 12674 selectores sin accion en custom graphs See merge request artica/pandorafms!6798
This commit is contained in:
commit
23c63e2c3f
@ -349,7 +349,7 @@ function added_ids_sorted_items_to_hidden_input() {
|
|||||||
var ids = '';
|
var ids = '';
|
||||||
var first = true;
|
var first = true;
|
||||||
|
|
||||||
$("input.selected_check:checked").each(function(i, val) {
|
$("input.custom_checkbox_input:checked").each(function(i, val) {
|
||||||
if (!first)
|
if (!first)
|
||||||
ids = ids + '|';
|
ids = ids + '|';
|
||||||
first = false;
|
first = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user