From: Robin Appelman Date: Sat, 24 Sep 2011 17:07:24 +0000 (+0200) Subject: dont submit the setup form to a new tab X-Git-Tag: v3.0~159^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=63907a750811524fd9b579724d5c51aee993a9b4;p=nextcloud-server.git dont submit the setup form to a new tab --- diff --git a/core/js/setup.js b/core/js/setup.js index 6e842cca3e6..759f2357dc7 100644 --- a/core/js/setup.js +++ b/core/js/setup.js @@ -46,7 +46,6 @@ $(document).ready(function() { var form = $('
'); form.attr('action', $(this).attr('action')); form.attr('method', 'POST'); - if(true){ form.attr('target', '_blank'); } for(var i=0; i');