From: Fabrice Bellingard Date: Thu, 24 May 2012 12:40:58 +0000 (+0200) Subject: SONAR-3218 Revert back commit X-Git-Tag: 3.1~79 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=29771c9509e0fceb5b1f3ca2a21daf7c0c70428c;p=sonarqube.git SONAR-3218 Revert back commit --- 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 cbefd5935db..51052b9e739 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' }, - :after => "window.location.reload();return false;" -%> + :loading => "window.location.reload();" -%> \ No newline at end of file