diff options
author | Fabrice Bellingard <bellingard@gmail.com> | 2012-05-24 14:40:58 +0200 |
---|---|---|
committer | Fabrice Bellingard <bellingard@gmail.com> | 2012-05-24 14:42:10 +0200 |
commit | 29771c9509e0fceb5b1f3ca2a21daf7c0c70428c (patch) | |
tree | ce8121f9d662f0c52ce5f13c3e21b18bf8bfcf8f /sonar-server | |
parent | 55e4ffa81f127224b65b63cf91d1c9ca75ed6714 (diff) | |
download | sonarqube-29771c9509e0fceb5b1f3ca2a21daf7c0c70428c.tar.gz sonarqube-29771c9509e0fceb5b1f3ca2a21daf7c0c70428c.zip |
SONAR-3218 Revert back commit
Diffstat (limited to 'sonar-server')
-rw-r--r-- | sonar-server/src/main/webapp/WEB-INF/app/views/setup/form.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <br/> <%= button_to_remote "Upgrade", :url => { :action => 'setup_database' }, - :after => "window.location.reload();return false;" -%> + :loading => "window.location.reload();" -%> </div>
\ No newline at end of file |