Files
EasySoft-ZenTaoPMS/module/cron/js/index.ui.js
T
2023-07-27 10:51:35 +08:00

8 lines
152 B
JavaScript

window.refreshURL = function(obj)
{
$this = $(obj);
$.get($this.data('href'));
loadPage($.createLink('cron', 'index'));
return false;
}