##// END OF EJS Templates
system: send platform and version to upgrade endpoint.
marcink -
r349:cf7b740d default
parent child Browse files
Show More
@@ -84,6 +84,6 b''
84 <script>
84 <script>
85 $('#check_for_update').click(function(e){
85 $('#check_for_update').click(function(e){
86 $('#update_notice').show();
86 $('#update_notice').show();
87 $('#update_notice').load("${h.url('admin_settings_system_update')}");
87 $('#update_notice').load("${h.url('admin_settings_system_update',version=c.rhodecode_version, platform=c.platform)}");
88 })
88 })
89 </script>
89 </script>
General Comments 0
You need to be logged in to leave comments. Login now