Skip to content

Commit

Permalink
Format changes
Browse files Browse the repository at this point in the history
Signed-off-by: DL6ER <dl6er@dl6er.de>
  • Loading branch information
DL6ER committed Feb 6, 2024
1 parent 5f79611 commit a0ddfe6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/pi-hole/js/queries.js
Original file line number Diff line number Diff line change
Expand Up @@ -285,8 +285,7 @@ function formatInfo(data) {
'<a href="search?domain=' +
encodeURIComponent(data.domain) +
'" target="_blank">search lists</a>';
listInfo =
divStart + 'Query was ' + queryStatus.matchText + ', ' + listLink + "</div>";
listInfo = divStart + "Query was " + queryStatus.matchText + ", " + listLink + "</div>";
}

if (queryStatus.isCNAME) {
Expand Down
1 change: 1 addition & 0 deletions scripts/pi-hole/js/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ $(function () {
if (GETDict.domain !== undefined) {
$("input[id^='domain']").val(GETDict.domain);
}

if (GETDict.N !== undefined) {
$("#number").val(GETDict.number);
}
Expand Down

0 comments on commit a0ddfe6

Please sign in to comment.