default plugins now have navbar removal logic
This commit is contained in:
parent
1eb7880de9
commit
fd6096a93c
10 changed files with 78 additions and 24 deletions
|
@ -26,7 +26,7 @@ function sortEntries(){
|
|||
}
|
||||
|
||||
for (i = 0; i < entries.length; i++){
|
||||
console.log(i)
|
||||
|
||||
if (entries[i].getAttribute('timestamp') > timestamp){
|
||||
if(entries[i].previousElementSibling){
|
||||
entries[i].parentNode.insertBefore(entries[i], entries[i].previousElementSibling)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue