ztcloud.js 133 B

12345
  1. function agreeLicense()
  2. {
  3. $.cookie('ztCloudLicense', 'yes', {path:config.webRoot});
  4. self.location.href=self.location.href;
  5. }