T272 history filter is now hidden. Added switch to toggle visibility
This commit is contained in:
@@ -22,8 +22,15 @@ function changeAdvancedVisibility(){
|
||||
setCookie();
|
||||
}
|
||||
|
||||
const historyFilterSwitch = function(){
|
||||
$('#history-filter').toggleClass('active');
|
||||
}
|
||||
|
||||
$("#optional").click(changeAdvancedVisibility);
|
||||
$('#historyTab').click(showHistory);
|
||||
$('#btn-history-filter').click(historyFilterSwitch);
|
||||
|
||||
|
||||
|
||||
const tabitem = $('.tabitem');
|
||||
function showHistory(){
|
||||
|
||||
Reference in New Issue
Block a user