From: Fabrice Bellingard Date: Thu, 24 May 2012 08:47:56 +0000 (+0200) Subject: SONAR-3218 Improve the setup page X-Git-Tag: 3.1~86 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e19afd9ccc9b882d50940634049150cbbfe1a561;p=sonarqube.git SONAR-3218 Improve the setup page --- 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