aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server
diff options
context:
space:
mode:
authorFabrice Bellingard <bellingard@gmail.com>2012-05-24 14:40:58 +0200
committerFabrice Bellingard <bellingard@gmail.com>2012-05-24 14:42:10 +0200
commit29771c9509e0fceb5b1f3ca2a21daf7c0c70428c (patch)
treece8121f9d662f0c52ce5f13c3e21b18bf8bfcf8f /sonar-server
parent55e4ffa81f127224b65b63cf91d1c9ca75ed6714 (diff)
downloadsonarqube-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.erb2
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