From 63907a750811524fd9b579724d5c51aee993a9b4 Mon Sep 17 00:00:00 2001
From: Robin Appelman <icewind1991@gmail.com>
Date: Sat, 24 Sep 2011 19:07:24 +0200
Subject: [PATCH] dont submit the setup form to a new tab

---
 core/js/setup.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/core/js/setup.js b/core/js/setup.js
index 6e842cca3e..759f2357dc 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">');
-- 
GitLab