changeset 41 | 9c668cd391fa |
parent 40 | 6f4b105daa24 |
child 44 | d652bbba2d43 |
--- a/fhiiqm/keytyp_ma_search.php Thu Sep 12 09:04:56 2013 +0200 +++ b/fhiiqm/keytyp_ma_search.php Fri Dec 20 15:19:32 2013 +0100 @@ -46,7 +46,7 @@ $(document).ready(function() { $("#ma").focus(); $("#ma").autocomplete({ - source: "/fhiiqm/inc/ma_list_ac.inc.php", + source: "/fhiiqm/inc/ma_list_ac.inc.php?g=1", minLength: 2, select: function(event,ui){$("#pid").val(ui.item.id); $("#s").val(1);},