| @@ -582,8 +582,9 @@ | ||
| 582 | 582 | <li class="viz-group open" id="vz-chart-settings"> |
| 583 | 583 | <ul class="viz-group-content"> |
| 584 | 584 | <ul class="viz-group-wrapper"> |
| 585 | 585 | <form id="settings-form" action="<?php echo add_query_arg( 'nonce', wp_create_nonce() ); ?>" method="post"> |
| 586 | + <input type="hidden" id="chart-img" name="chart-img"> | |
| 586 | 587 | <?php echo $sidebar; ?> |
| 587 | 588 | <?php self::_renderPermissions( $args ); ?> |
| 588 | 589 | <input type="hidden" name="save" value="1"> |
| 589 | 590 | </form> |