]> source.dussan.org Git - nextcloud-server.git/commitdiff
dont submit the setup form to a new tab
authorRobin Appelman <icewind1991@gmail.com>
Sat, 24 Sep 2011 17:07:24 +0000 (19:07 +0200)
committerRobin Appelman <icewind1991@gmail.com>
Sat, 24 Sep 2011 17:07:24 +0000 (19:07 +0200)
core/js/setup.js

index 6e842cca3e6b7ce873735ab4ab87d83da3edc23d..759f2357dc7277fc82ddd6aa87e6c5ed71a1dfec 100644 (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">');