6 lines
133 B
JavaScript
6 lines
133 B
JavaScript
function agreeLicense()
|
|
{
|
|
$.cookie('ztCloudLicense', 'yes', {path:config.webRoot});
|
|
self.location.href=self.location.href;
|
|
}
|