Skip to content

Commit

Permalink
Dead code (header.tpl)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hackmastr authored Nov 10, 2024
1 parent d066b9e commit 7f2589e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions web/themes/default/core/header.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,11 @@
searchInput.name = 'advSearch';
submitButton.name = 'advType';
submitButton.value = 'steamid';
handleSteamIDSearch(searchInput.value, 'steamid', `p=${pageValue}`);
} else {
searchInput.name = 'searchText';
submitButton.name = 'Submit';
submitButton.value = 'Search';
}
}
</script>
{/literal}
{/literal}

0 comments on commit 7f2589e

Please sign in to comment.