dont submit the setup form to a new tab

This commit is contained in:
Robin Appelman 2011-09-24 19:07:24 +02:00
parent 3bccebacbc
commit 63907a7508
1 changed files with 0 additions and 1 deletions

View File

@ -46,7 +46,6 @@ $(document).ready(function() {
var form = $('<form>');
form.attr('action', $(this).attr('action'));
form.attr('method', 'POST');
if(true){ form.attr('target', '_blank'); }
for(var i=0; i<post.length; i++){
var input = $('<input type="hidden">');