Skip to content
Snippets Groups Projects
Commit 63907a75 authored by Robin Appelman's avatar Robin Appelman
Browse files

dont submit the setup form to a new tab

parent 3bccebac
No related branches found
No related tags found
No related merge requests found
...@@ -46,7 +46,6 @@ $(document).ready(function() { ...@@ -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">');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment