Fixes archived button in dashboard for PWA (#8930)
This commit is contained in:
parent
973d6da143
commit
a7c56034a2
1 changed files with 1 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ function hideArchivedPosts() {
|
|||
}
|
||||
|
||||
function toggleArchivedPosts(e) {
|
||||
e.preventDefault();
|
||||
var link = e.target;
|
||||
|
||||
if (link.innerHTML.match(/Show/)) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue