Revert "Add Unique ID to archive search menu."
This reverts commit c6fcbf5de155711aefb20781ea0eeb1a89480d7f.
This commit is contained in:
parent
8c210a52f8
commit
43e011d467
@ -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
|
||||
|
||||
@ -16,7 +16,6 @@ ArchiveLink =
|
||||
['Post', 'post']
|
||||
['Name', 'name']
|
||||
['Tripcode', 'tripcode']
|
||||
['Unique ID', 'uniqueID']
|
||||
['Subject', 'subject']
|
||||
['Filename', 'filename']
|
||||
['Image MD5', 'MD5']
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user