Remove out-of-date mod_message.js
This commit is contained in:
parent
d7a3d9f606
commit
885bcb4b2a
@ -1,13 +0,0 @@
|
|||||||
$(document).ready(function() {
|
|
||||||
var a;
|
|
||||||
a = $("#recip").autocomplete({
|
|
||||||
serviceUrl: baseurl + '/acl',
|
|
||||||
minChars: 2,
|
|
||||||
width: 250,
|
|
||||||
id: 'recip-ac',
|
|
||||||
onSelect: function(value,data) {
|
|
||||||
$("#recip-complete").val(data);
|
|
||||||
},
|
|
||||||
});
|
|
||||||
|
|
||||||
});
|
|
Reference in New Issue
Block a user