Revert "Add Unique ID to archive search menu."

This reverts commit c6fcbf5de155711aefb20781ea0eeb1a89480d7f.
This commit is contained in:
ccd0 2015-02-20 17:14:19 -08:00
parent 8c210a52f8
commit 43e011d467
2 changed files with 0 additions and 3 deletions

View File

@ -71,8 +71,6 @@ Redirect =
search: (archive, {boardID, type, value}) ->
type = if type is 'name'
'username'
else if type is 'uniqueID'
'uid'
else if type is 'MD5'
'image'
else

View File

@ -16,7 +16,6 @@ ArchiveLink =
['Post', 'post']
['Name', 'name']
['Tripcode', 'tripcode']
['Unique ID', 'uniqueID']
['Subject', 'subject']
['Filename', 'filename']
['Image MD5', 'MD5']