diff options
Diffstat (limited to 'sonar-server/src/main/webapp/WEB-INF/app/views/updatecenter/_operations.html.erb')
-rw-r--r-- | sonar-server/src/main/webapp/WEB-INF/app/views/updatecenter/_operations.html.erb | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/updatecenter/_operations.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/updatecenter/_operations.html.erb index 2a72d44f3f7..a46d5e60fa6 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/updatecenter/_operations.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/updatecenter/_operations.html.erb @@ -7,15 +7,6 @@ } return false; } - - function checkTermsConditions(key) { - var tc=$('tc-' + key) - if (tc!=null && !tc.checked) { - alert('Please accept the Terms and Conditions'); - return false; - } - return true; - } </script> <% if @uninstalls.size > 0 %> @@ -37,7 +28,7 @@ <li><%= download -%></li> <% end %> </ul> - <input type="submit" value="Cancel downloads"></input> + <input type="submit" value="Cancel pending installations"></input> </p> </form> <% end %> |