Skip to content

Commit 7157ecf

Browse files
PR comments
1 parent 07d1906 commit 7157ecf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

classes/Visualizer/Render/Page/Data.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ private function getPermissionsLink( $id ) {
283283
<h3 class="group-title main-group"><?php _e( 'Chart Settings', 'visualizer' ); ?></h3>
284284
</div>
285285
<ul class="group-content">
286-
<form id="permissions-form" action="
286+
<form id="permissions-form" target="thehole" action="
287287
<?php
288288
echo add_query_arg(
289289
array(

js/frame.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@
8282
$('#settings-button').click(function(e) {
8383
e.preventDefault();
8484
$('#permissions-form').submit();
85+
$('#settings-form').submit();
8586
});
8687

8788
$(this).parent().removeClass('bottom-fixed').addClass('open');

0 commit comments

Comments
 (0)