mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 09:15:15 +02:00
Merge branch '1766-Content-Type-cambia-por-defecto-a-Text/plain-en-las-acciones-de-email-dev' into 'develop'
Fixed text/html option in alert action See merge request artica/pandorafms!1252
This commit is contained in:
commit
3f32fb709d
@ -334,12 +334,14 @@ $(document).ready (function () {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
$("[name=field" + i + "_value]")
|
if ($("[name=field" + i + "_value]").val() != 'text/plain') {
|
||||||
.val($("[name=field" + i + "_value]")
|
$("[name=field" + i + "_value]")
|
||||||
.val());
|
.val($("[name=field" + i + "_value]")
|
||||||
$("[name=field" + i + "_recovery_value]")
|
.val());
|
||||||
.val($("[name=field" + i + "_recovery_value]")
|
$("[name=field" + i + "_recovery_value]")
|
||||||
.val());
|
.val($("[name=field" + i + "_recovery_value]")
|
||||||
|
.val());
|
||||||
|
}
|
||||||
}
|
}
|
||||||
// Add help hint only in first field
|
// Add help hint only in first field
|
||||||
if (i == 1) {
|
if (i == 1) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user