Skip to content

Commit bbcb19d

Browse files
authored
Merge pull request #205 from contactashish13/issue-78new
PR comments
2 parents c70b4c3 + 7157ecf commit bbcb19d

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
@@ -83,6 +83,7 @@
8383
$('#settings-button').click(function(e) {
8484
e.preventDefault();
8585
$('#permissions-form').submit();
86+
$('#settings-form').submit();
8687
});
8788

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

0 commit comments

Comments
 (0)