Skip to content

Commit

Permalink
disable javascript
Browse files Browse the repository at this point in the history
Closes issue 5.
With the javascript, the list of displayed modules is truncated after IO::Something,
not what we want.
  • Loading branch information
moritz committed Sep 30, 2014
1 parent 13d2664 commit 82d28e9
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions web/index.tmpl
Expand Up @@ -127,14 +127,6 @@ img.valign {
</TMPL_LOOP>
</dl>
</div>
<script src="js/list.min.js"></script>
<script>
var options = {
valueNames: [ 'name' ]
};

var userList = new List('module_list', options);
</script>
<p style="clear:both; padding-top: 2em">
Legend:<br />
<img src='readme.png' class="valign" title='Has a README' alt="Readme badge" /> has a README |
Expand Down

0 comments on commit 82d28e9

Please sign in to comment.