ddd
Showing
1 changed file
with
6 additions
and
1 deletions
| 1 | <?php | 1 | <?php |
| 2 | |||
| 2 | use Tz\WordPress\Tools; | 3 | use Tz\WordPress\Tools; |
| 3 | use Tz\WordPress\Tools\Notifications; | 4 | use Tz\WordPress\Tools\Notifications; |
| 4 | use Tz\WordPress\Tools\Notifications\Settings; | 5 | use Tz\WordPress\Tools\Notifications\Settings; |
| ... | @@ -294,6 +295,10 @@ function getInputFormValues($validation, $name) | ... | @@ -294,6 +295,10 @@ function getInputFormValues($validation, $name) |
| 294 | 295 | ||
| 295 | e.preventDefault(); | 296 | e.preventDefault(); |
| 296 | 297 | ||
| 298 | $('td').each(function() { | ||
| 299 | $(this).removeAttr('style'); | ||
| 300 | }); | ||
| 301 | |||
| 297 | $('#fr_html_ifr').contents().find('td:last-child').each(function() { | 302 | $('#fr_html_ifr').contents().find('td:last-child').each(function() { |
| 298 | $(this).addClass('tdlast-child'); | 303 | $(this).addClass('tdlast-child'); |
| 299 | 304 | ||
| ... | @@ -315,7 +320,7 @@ function getInputFormValues($validation, $name) | ... | @@ -315,7 +320,7 @@ function getInputFormValues($validation, $name) |
| 315 | }); | 320 | }); |
| 316 | 321 | ||
| 317 | codeCleaned = true; | 322 | codeCleaned = true; |
| 318 | // $(this).trigger('submit'); | 323 | $(this).trigger('submit'); |
| 319 | } | 324 | } |
| 320 | }); | 325 | }); |
| 321 | 326 | ... | ... |
-
Please register or sign in to post a comment