Show More
@@ -84,6 +84,6 b'' | |||
|
84 | 84 | <script> |
|
85 | 85 | $('#check_for_update').click(function(e){ |
|
86 | 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 | 89 | </script> |
General Comments 0
You need to be logged in to leave comments.
Login now