Skip to content

Commit

Permalink
Merge branch 'master' of github.com:jozef/Debian-Apt-PM
Browse files Browse the repository at this point in the history
  • Loading branch information
jozef committed Feb 15, 2013
2 parents 21104b1 + 2718546 commit 835e248
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/web/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ cpan2deb.show_module_info = function (module_name, module_info) {
var install_cmds = 'n/a';

if (module_info[module_name]) {
$('input[type="search"]').val('');
cpan_path_html = '<a href="http://search.cpan.org/CPAN/authors/id/'+module_info[module_name].CPAN.path+'">'+module_info[module_name].CPAN.path+'</a>';
cpan_version = module_info[module_name].CPAN.version;
module_html = '<a href="http://search.cpan.org/perldoc?'+encodeURIComponent(module_name)+'">'+module_name+'</a>';
Expand Down

0 comments on commit 835e248

Please sign in to comment.