summaryrefslogtreecommitdiffstats
path: root/core/js/setup.js
diff options
context:
space:
mode:
authorRobin Appelman <icewind1991@gmail.com>2011-09-24 19:07:24 +0200
committerRobin Appelman <icewind1991@gmail.com>2011-09-24 19:07:24 +0200
commit63907a750811524fd9b579724d5c51aee993a9b4 (patch)
tree2e32e02b484c32a3f0e3b67f4850ae10b187e21f /core/js/setup.js
parent3bccebacbc222653ea1780ebc759e699ace57fed (diff)
downloadnextcloud-server-63907a750811524fd9b579724d5c51aee993a9b4.tar.gz
nextcloud-server-63907a750811524fd9b579724d5c51aee993a9b4.zip
dont submit the setup form to a new tab
Diffstat (limited to 'core/js/setup.js')
-rw-r--r--core/js/setup.js1
1 files changed, 0 insertions, 1 deletions
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>');
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">');