We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07d1906 commit 7157ecfCopy full SHA for 7157ecf
classes/Visualizer/Render/Page/Data.php
@@ -283,7 +283,7 @@ private function getPermissionsLink( $id ) {
283
<h3 class="group-title main-group"><?php _e( 'Chart Settings', 'visualizer' ); ?></h3>
284
</div>
285
<ul class="group-content">
286
- <form id="permissions-form" action="
+ <form id="permissions-form" target="thehole" action="
287
<?php
288
echo add_query_arg(
289
array(
js/frame.js
@@ -82,6 +82,7 @@
82
$('#settings-button').click(function(e) {
83
e.preventDefault();
84
$('#permissions-form').submit();
85
+ $('#settings-form').submit();
86
});
87
88
$(this).parent().removeClass('bottom-fixed').addClass('open');
0 commit comments