Skip to content

Commit

Permalink
fix: fix merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
modelrailroader authored and thorsten committed Apr 16, 2024
1 parent 1ccaa07 commit 3f6524f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion phpmyfaq/assets/src/utils/cookie-consent.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ cc.run({
// sameSite: "Lax",
expiresAfterDays: 182,
},

guiOptions: {
consentModal: {
layout: 'box inline',
Expand Down
2 changes: 1 addition & 1 deletion phpmyfaq/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@
Strings::htmlentities($faqConfig->get('main.privacyURL')),
Translation::get('msgPrivacyNote')
),
'cookiePreferences' => '<a id="showCookieConsent" class="pmf-nav-link-footer" href="#">'
'cookiePreferences' => '<a id="showCookieConsent" class="pmf-nav-link-footer">'
. Translation::get('cookiePreferences') . '</a>',
'faqOverview' => '<a class="pmf-nav-link-footer" href="index.php?' . $sids . 'action=overview">' .
Translation::get('faqOverview') . '</a>',
Expand Down

0 comments on commit 3f6524f

Please sign in to comment.