comparison kallithea/templates/admin/settings/settings_system.html @ 4511:8b394bbd551c

javascript: ypjax callback is optional and do not have any parameters In files, read cache value from DOM.
author Mads Kiilerich <madski@unity3d.com>
date Mon, 08 Sep 2014 13:38:56 +0200
parents f373f182b756
children 0253b8e7d76c
comparison
equal deleted inserted replaced
4510:a40994692ddb 4511:8b394bbd551c
36 36
37 <script> 37 <script>
38 $('#check_for_update').click(function(e){ 38 $('#check_for_update').click(function(e){
39 $('#update_notice').show(); 39 $('#update_notice').show();
40 ypjax("${h.url('admin_settings_system_update')}", 40 ypjax("${h.url('admin_settings_system_update')}",
41 "update_notice", function(){}); 41 "update_notice");
42 }) 42 })
43 </script> 43 </script>