Explorar el Código

Se saco un console.log

gabriel hace 7 años
padre
commit
8d9a5a9064
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      Resources/views/Type/remote_client_widget.html.twig

+ 0 - 1
Resources/views/Type/remote_client_widget.html.twig

@@ -63,7 +63,6 @@
                             url: '{{ ajax_url_data }}?q=' + $('input[id="{{ id }}"]').val(),
                             success: function (result) {
                                 if (result != null && result.results != null && result.results.length > 0) {
-                                    console.log(result);
                                     $('input[id="{{ id }}_search"]').val(result.results[0].name);
                                 }
                             }