Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorRobin Appelman <icewind1991@gmail.com>2011-09-24 21:07:24 +0400
committerRobin Appelman <icewind1991@gmail.com>2011-09-24 21:07:24 +0400
commit63907a750811524fd9b579724d5c51aee993a9b4 (patch)
tree2e32e02b484c32a3f0e3b67f4850ae10b187e21f /core
parent3bccebacbc222653ea1780ebc759e699ace57fed (diff)
dont submit the setup form to a new tab
Diffstat (limited to 'core')
-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">');