Skip to content

Commit

Permalink
Remove version (#36)
Browse files Browse the repository at this point in the history
Closes #28 

@quozl suggested to either remove the version, or to add a dash. As adding a dash looks odd, it would be better (and preferably easier) to remove the version
  • Loading branch information
srevinsaju authored Aug 18, 2020
1 parent d4f750d commit 718a865
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion aslo4-static/js/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ function addActivityCard(item) {
<h3 class="card-title saas-h1">
<a href="../app/${bundle_id}.html" class="saas-card-heading-link ${themeHeading}">
${name}</a>
${version}
</h3>
<p class="card-text">${summary}</p>\
<a type="application/zip" href="${bundle_path}" class="btn btn-primary"><i class="fa fa-download"></i></a>\
Expand Down

0 comments on commit 718a865

Please sign in to comment.