Change the "more" link text to bypass Vivaldi's fast forward feature

This commit is contained in:
Eevee (Evelyn Woods) 2021-01-16 02:58:11 -07:00
parent b9037c1ce1
commit 5653fc9c12

View File

@ -2314,7 +2314,7 @@ class Splash extends PrimaryView {
if (packdef) {
let p = mk('p', packdef.desc);
if (packdef.url) {
p.append(" ", mk('a', {href: packdef.url}, "More..."));
p.append(" ", mk('a', {href: packdef.url}, "About..."));
}
li.append(p);
}