Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Commit

Permalink
fix(aa settings): fixed pre-configured search url
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiSchwarz-cnic committed Oct 11, 2021
1 parent 0815f7d commit c8f0d65
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion modules/addons/ispapidomaincheck/lib/Admin/assets/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -883,7 +883,7 @@ function generateTab1Block1() {
const baseurl = `${url.origin}${url.pathname.replace(
/[^/]+\/[^/]+$/,
'',
)}mydomainchecker.php?search=mydomain.com&`;
)}domainchecker.php?search=mydomain.com&`;
url = `${baseurl}cat=${data.defaultActiveCategories}`;
$uri.text(url);
$uri.prop('href', url);
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c8f0d65

Please sign in to comment.