fix to postal search tool
Showing
1 changed file
with
0 additions
and
2 deletions
| ... | @@ -47,8 +47,6 @@ if (($handle = fopen(wp_get_upload_dir()['basedir']."/terriroties.csv", "r")) != | ... | @@ -47,8 +47,6 @@ if (($handle = fopen(wp_get_upload_dir()['basedir']."/terriroties.csv", "r")) != |
| 47 | ?> | 47 | ?> |
| 48 | <div id="<?php echo esc_attr($id); ?>" class="<?php echo esc_attr($className); ?>"> | 48 | <div id="<?php echo esc_attr($id); ?>" class="<?php echo esc_attr($className); ?>"> |
| 49 | 49 | ||
| 50 | <h2>Preferred Property Risk Territory Lookup</h2> | ||
| 51 | |||
| 52 | <input type='hidden' class='postal-search-data' value='<?= json_encode($postal_lookup) ?>' /> | 50 | <input type='hidden' class='postal-search-data' value='<?= json_encode($postal_lookup) ?>' /> |
| 53 | 51 | ||
| 54 | <table class='postal-search-results'> | 52 | <table class='postal-search-results'> | ... | ... |
-
Please register or sign in to post a comment