move js from matrix page

This commit is contained in:
friendica
2013-08-15 05:09:19 -07:00
parent c17f7124f3
commit 92747366af
2 changed files with 9 additions and 17 deletions

9
view/js/mod_network.js Normal file
View File

@@ -0,0 +1,9 @@
$(document).ready(function() {
var a;
a = $("#search-text").autocomplete({
serviceUrl: baseurl + '/search_ac',
minChars: 2,
width: 350,
});
});