zentaopms/module/mail/js/ztcloud.js
2023-05-16 10:47:08 +08:00

6 lines
133 B
JavaScript

function agreeLicense()
{
$.cookie('ztCloudLicense', 'yes', {path:config.webRoot});
self.location.href=self.location.href;
}