summaryrefslogtreecommitdiffstats
path: root/scripts/rpmphp.js
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/rpmphp.js')
-rw-r--r--scripts/rpmphp.js9
1 files changed, 8 insertions, 1 deletions
diff --git a/scripts/rpmphp.js b/scripts/rpmphp.js
index 864b9c6..18dfa32 100644
--- a/scripts/rpmphp.js
+++ b/scripts/rpmphp.js
@@ -58,4 +58,11 @@ function initZoomJS(name)
}
}
});
-} \ No newline at end of file
+}
+
+$(function(){
+ $('#rpm').autocomplete(
+ 'autocompleter.php', {
+ max:15
+ });
+});