4,163
edits
No edit summary |
No edit summary |
||
Line 114: | Line 114: | ||
} | } | ||
// Function to check if filters are cleared and update visibility of community elements | // Function to check if filters are cleared and update visibility of community elements | ||
Line 413: | Line 406: | ||
checkListFiltersCleared(); | checkListFiltersCleared(); | ||
} | } | ||
// Button to open [Nr.s] | |||
$('.button-open-nrs').click(function() { | |||
var queryDiv = $('.entry-nrs-query'); | |||
if (queryDiv.css('display') === 'none') { | |||
queryDiv.css('display', 'flex'); | |||
} else { | |||
queryDiv.css('display', 'none'); | |||
} | |||
}); | |||
function setShowArticleRotationEffect() { | function setShowArticleRotationEffect() { |