drop the space, it's cleaner
This commit is contained in:
parent
3534f84b27
commit
f7f564289c
3 changed files with 7 additions and 5 deletions
|
|
@ -160,11 +160,11 @@ async function loadMore() {
|
|||
}
|
||||
|
||||
if (entries.length > 0) {
|
||||
// Inject the "About Every Tab" tab at a random position in the first load
|
||||
// Inject the "About EveryTab" tab at a random position in the first load
|
||||
if (container.children.length === 0) {
|
||||
const aboutEntry = {
|
||||
host: "everytab.site/about.html",
|
||||
title: "About Every Tab",
|
||||
title: "About EveryTab",
|
||||
icon: "",
|
||||
iframe_ok: true,
|
||||
_isAbout: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue