Browse Source

Merge pull request #234 from sairim/patch-2

Fix broken FAQ link
master
ansuz 2 years ago
committed by GitHub
parent
commit
f324d33723
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. 2
      www/common/common-ui-elements.js

2
www/common/common-ui-elements.js

@ -1870,7 +1870,7 @@ define([
h('span.cp-checkmark-mark'),
Messages.creation_expire
]),
createHelper('faq.html#keywords-expiring', Messages.creation_expire2),
createHelper('/faq.html#keywords-expiring', Messages.creation_expire2),
h('div.cp-creation-expire-picker.cp-creation-slider', [
h('input#cp-creation-expire-val', {
type: "number",

Loading…
Cancel
Save