mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
Merge branch 'ent-8232-plugin-de-servidor-con-el-token-hide-habilitado' into 'develop'
Ent 8232 plugin de servidor con el token hide habilitado See merge request artica/pandorafms!4567
This commit is contained in:
commit
a89d3b2b25
@ -942,7 +942,9 @@ function add_macro_field(macro, row_model_id, type_copy, k) {
|
|||||||
.children()
|
.children()
|
||||||
.eq(1)
|
.eq(1)
|
||||||
.children()
|
.children()
|
||||||
.attr("type", "password");
|
.attr("type", "password")
|
||||||
|
.removeAttr("value")
|
||||||
|
.val(macro_value);
|
||||||
} else {
|
} else {
|
||||||
$("#" + row_id)
|
$("#" + row_id)
|
||||||
.children()
|
.children()
|
||||||
@ -955,7 +957,9 @@ function add_macro_field(macro, row_model_id, type_copy, k) {
|
|||||||
$("#" + row_id)
|
$("#" + row_id)
|
||||||
.children()
|
.children()
|
||||||
.eq(1)
|
.eq(1)
|
||||||
.attr("type", "password");
|
.attr("type", "password")
|
||||||
|
.removeAttr("value")
|
||||||
|
.val(macro_value);
|
||||||
} else {
|
} else {
|
||||||
$("#" + row_id)
|
$("#" + row_id)
|
||||||
.children()
|
.children()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user