Fixes archived button in dashboard for PWA (#8930)

This commit is contained in:
Fernando Valverde 2020-06-26 09:26:12 -06:00 committed by GitHub
parent 973d6da143
commit a7c56034a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,6 +21,7 @@ function hideArchivedPosts() {
}
function toggleArchivedPosts(e) {
e.preventDefault();
var link = e.target;
if (link.innerHTML.match(/Show/)) {