Skip to content
This repository was archived by the owner on Jun 5, 2018. It is now read-only.

Commit 0e627b3

Browse files
committed
added date: to README
1 parent 256c7c5 commit 0e627b3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ The following filters are available:
4141
't': 'tags:',
4242
'l': 'line:',
4343
'u': 'urls:',
44+
'date': 'date:',
4445
'from': 'date:>',
4546
'to': 'date:<'
4647
}

www/templates/gerard.js

+1
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,7 @@ $(function() {
455455
$('#irclive').css('font-family', 'Comic Sans MS');
456456
}
457457

458+
/* escaped fragment, crawler hashes */
458459
var hash = window.location.hash;
459460
var ef = hash.match(/^#!([^=]+)=([^=]+)/);
460461
if (hash && ef)

0 commit comments

Comments
 (0)