...
Codeblock | ||
---|---|---|
| ||
const Version = ccApplication.Version;
let VersionArray = Version.split(".");
if(VersionArray[0] <= 1)
return; |
...
Codeblock | ||
---|---|---|
| ||
const Version = ccApplication.Version;
let VersionArray = Version.split(".");
if(VersionArray[0] <= 1)
return; |