Skip to content

Commit 566ff26

Browse files
committed
Bump cache and update checkbox to common exclude rules
1 parent 69b5bad commit 566ff26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,5 @@ grepcpan:
7575
git: '/home/atoomic/bin/git'
7676
cache:
7777
directory: '~APPDIR~/var/tmp'
78-
version: '2.01'
78+
version: '2.02'
7979

views/index.tt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<br>
1616
<!-- .class + .class { width: 100px } -->
1717
<div style="text-align:left; font-size: 14px;">
18-
<label for="ci-default-excludes" style="font-weight: normal;"><input type="checkbox" name="default-excludes" id="ci-default-excludes" onClick="setupDefaultIgnoreList(); false;">&nbsp;default&nbsp;excludes&nbsp;search</label>
18+
<label for="ci-default-excludes" style="font-weight: normal;"><input type="checkbox" name="default-excludes" id="ci-default-excludes" onClick="setupDefaultIgnoreList(); false;">&nbsp;common&nbsp;exclude&nbsp;rules</label>
1919
<br>
2020
<label for="ci-input" style="font-weight: normal;"><input type="checkbox" name="qci" id="ci-input">&nbsp;case&nbsp;insensitive&nbsp;search</label>
2121
<label for="ls-input" style="font-weight: normal;"><input type="checkbox" name="qls" <% qls ? 'checked' : '' %> id="ls-input" class="">&nbsp;list&nbsp;distro/files</label>

0 commit comments

Comments
 (0)