Skip to content

Commit

Permalink
Merge pull request #8 from alexookah/fix_add_new_seo-1
Browse files Browse the repository at this point in the history
Fix add new seo
  • Loading branch information
scottyzen authored Jan 17, 2024
2 parents 2208f7e + 5e24b37 commit 6b4e69c
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions woonuxt.php
Original file line number Diff line number Diff line change
Expand Up @@ -490,15 +490,14 @@ function global_setting_callback()
<td class="text-right"><a class="text-danger remove_seo_item">Delete</a></td>
</tr>
<?php endforeach; ?>
<!-- Add new line -->
<tr class="seo_item seo_item_new">
<td></td>
<td></td>
<td></td>
<td><button class="add_new_seo_item button button-primary" type="button">Add new</button></td>
</tr>
<?php
endif; ?>
<?php endif; ?>
<!-- Add new line -->
<tr class="seo_item seo_item_new">
<td></td>
<td></td>
<td></td>
<td><button class="add_new_seo_item button button-primary" type="button">Add new</button></td>
</tr>
</tbody>
<script>
jQuery(document).ready(function($) {
Expand Down

0 comments on commit 6b4e69c

Please sign in to comment.