Change the "more" link text to bypass Vivaldi's fast forward feature
This commit is contained in:
parent
b9037c1ce1
commit
5653fc9c12
@ -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);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user