znt/module/mail/js/ztcloud.js

6 lines
133 B
JavaScript

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