Fixed bug in select for linked visual console

This commit is contained in:
Tatiana Llorente 2019-11-13 12:19:09 +01:00
parent d4c4b3c2d8
commit f6b86042b2
1 changed files with 0 additions and 3 deletions

View File

@ -1447,9 +1447,6 @@ function visual_map_editor_print_hack_translate_strings()
<script type="text/javascript">
$(document).ready (function () {
$("#map_linked").change(function () {
$("option[value=" + this.value + "]", this)
.attr("selected", true).siblings()
.removeAttr("selected")
$("#text-agent").val("");
$("input[name=id_agent]").val(0);
$("#module").empty();