* Fix searchbox display.
This commit is contained in:
@@ -15,5 +15,6 @@ function browseBySearch()
|
||||
|
||||
$(function(){
|
||||
if(browseType == 'bysearch') return;
|
||||
if(browseType == 'byediteddate' || browseType == 'openedbyme' || browseType == 'collectedbyme') $('#bysearchTab').remove();
|
||||
$('#' + browseType + 'Tab').addClass('active');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user