typo in mod_poke.js
This commit is contained in:
parent
48c650c715
commit
d6d6387a7b
@ -4,7 +4,7 @@ $(document).ready(function() {
|
||||
serviceUrl: baseurl + '/acl',
|
||||
minChars: 2,
|
||||
width: 250,
|
||||
id: 'poke-recip-ac';
|
||||
id: 'poke-recip-ac',
|
||||
onSelect: function(value,data) {
|
||||
$("#poke-recip-complete").val(data);
|
||||
}
|
||||
|
Reference in New Issue
Block a user