updated by GasGit automation
This commit is contained in:
parent
556fd16d55
commit
fad556e3d9
1 changed files with 7 additions and 2 deletions
|
@ -11,7 +11,7 @@ var Process = (function (process) {
|
||||||
purchaseLevel:'ssnipLevel',
|
purchaseLevel:'ssnipLevel',
|
||||||
fullAccess:10,
|
fullAccess:10,
|
||||||
openAccess:true,
|
openAccess:true,
|
||||||
version:"2.1.0"
|
version:"2.1.0.1"
|
||||||
};
|
};
|
||||||
|
|
||||||
process.applyElementer = function () {
|
process.applyElementer = function () {
|
||||||
|
@ -48,7 +48,11 @@ var Process = (function (process) {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
testData:getTestData(),
|
testData:getTestData(),
|
||||||
auth:{}
|
auth:{},
|
||||||
|
premium:false,
|
||||||
|
exportName:function () {
|
||||||
|
return 'sankeySnipExport-'+(new Date().getTime());
|
||||||
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
|
@ -94,6 +98,7 @@ var Process = (function (process) {
|
||||||
buttons: {
|
buttons: {
|
||||||
insert:DomUtils.elem("insert-button"),
|
insert:DomUtils.elem("insert-button"),
|
||||||
close:DomUtils.elem("close-button"),
|
close:DomUtils.elem("close-button"),
|
||||||
|
export:DomUtils.elem("export-button"),
|
||||||
manage:elements.controls.manageButton,
|
manage:elements.controls.manageButton,
|
||||||
apply:elements.controls.applyButton,
|
apply:elements.controls.applyButton,
|
||||||
generate:DomUtils.elem("generate-button"),
|
generate:DomUtils.elem("generate-button"),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue