Skip to content

Commit 048f592

Browse files
plumonken
authored andcommitted
Implement jQuery autocomplete frontend.
1 parent aafdcca commit 048f592

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

lib/MetaCPAN/Web.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ $app = Plack::Middleware::Assets->wrap(
3030
$app,
3131
files => [
3232
map { "static/js/$_.js" }
33-
qw(jquery.min jquery.cookie jquery.relatize_date jquery.ajaxQueue jquery.autocomplete.pack shCore shBrushPerl cpan)
33+
qw(jquery.min jquery.cookie jquery.relatize_date jquery.autocomplete.pack shCore shBrushPerl cpan)
3434
]
3535
);
3636
$app = Plack::Middleware::Assets->wrap( $app, files => [<static/css/*.css>] );

static/icons/indicator.gif

1.52 KB
Loading

static/js/jquery.autocomplete.pack.js

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)