mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Merge branch 'ent-4950-Bug-al-linkar-CV-con-otra' into 'develop'
Ent 4950 bug al linkar cv con otra See merge request artica/pandorafms!2883
This commit is contained in:
commit
382e700272
@ -1447,9 +1447,6 @@ function visual_map_editor_print_hack_translate_strings()
|
|||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
$(document).ready (function () {
|
$(document).ready (function () {
|
||||||
$("#map_linked").change(function () {
|
$("#map_linked").change(function () {
|
||||||
$("option[value=" + this.value + "]", this)
|
|
||||||
.attr("selected", true).siblings()
|
|
||||||
.removeAttr("selected")
|
|
||||||
$("#text-agent").val("");
|
$("#text-agent").val("");
|
||||||
$("input[name=id_agent]").val(0);
|
$("input[name=id_agent]").val(0);
|
||||||
$("#module").empty();
|
$("#module").empty();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user