Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Commonwell
/
broker-site
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
c87ebb61
authored
2023-12-21 15:08:44 -0500
by
Jeremy Groot
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix to postal search tool
1 parent
c1787029
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
wp-content/themes/commonwell-broker/blocks/postal-search-tool/postal-search-tool.php
wp-content/themes/commonwell-broker/blocks/postal-search-tool/postal-search-tool.php
View file @
c87ebb6
...
...
@@ -47,8 +47,6 @@ if (($handle = fopen(wp_get_upload_dir()['basedir']."/terriroties.csv", "r")) !=
?>
<div
id=
"
<?php
echo
esc_attr
(
$id
);
?>
"
class=
"
<?php
echo
esc_attr
(
$className
);
?>
"
>
<h2>
Preferred Property Risk Territory Lookup
</h2>
<input
type=
'hidden'
class=
'postal-search-data'
value=
'
<?=
json_encode
(
$postal_lookup
)
?>
'
/>
<table
class=
'postal-search-results'
>
...
...
Please
register
or
sign in
to post a comment