* Fix searchbox display.

This commit is contained in:
Yagami
2018-10-18 14:59:29 +08:00
parent 5c71ee281d
commit 7c4eb6a7c8
+1
View File
@@ -15,5 +15,6 @@ function browseBySearch()
$(function(){
if(browseType == 'bysearch') return;
if(browseType == 'byediteddate' || browseType == 'openedbyme' || browseType == 'collectedbyme') $('#bysearchTab').remove();
$('#' + browseType + 'Tab').addClass('active');
});