dont submit the setup form to a new tab
This commit is contained in:
parent
3bccebacbc
commit
63907a7508
|
@ -46,7 +46,6 @@ $(document).ready(function() {
|
||||||
var form = $('<form>');
|
var form = $('<form>');
|
||||||
form.attr('action', $(this).attr('action'));
|
form.attr('action', $(this).attr('action'));
|
||||||
form.attr('method', 'POST');
|
form.attr('method', 'POST');
|
||||||
if(true){ form.attr('target', '_blank'); }
|
|
||||||
|
|
||||||
for(var i=0; i<post.length; i++){
|
for(var i=0; i<post.length; i++){
|
||||||
var input = $('<input type="hidden">');
|
var input = $('<input type="hidden">');
|
||||||
|
|
Loading…
Reference in New Issue