From e19afd9ccc9b882d50940634049150cbbfe1a561 Mon Sep 17 00:00:00 2001 From: Fabrice Bellingard Date: Thu, 24 May 2012 10:47:56 +0200 Subject: [PATCH] SONAR-3218 Improve the setup page --- .../src/main/webapp/WEB-INF/app/views/setup/form.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/setup/form.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/setup/form.html.erb index 51052b9e739..cbefd5935db 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/setup/form.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/setup/form.html.erb @@ -10,5 +10,5 @@
<%= button_to_remote "Upgrade", :url => { :action => 'setup_database' }, - :loading => "window.location.reload();" -%> + :after => "window.location.reload();return false;" -%> \ No newline at end of file -- 2.39.5