Files
EasySoft-ZenTaoPMS/module/mail/js/ztcloud.js
2016-12-19 16:34:33 +08:00

6 lines
133 B
JavaScript

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