updated by GasGit automation
This commit is contained in:
parent
4354fcfb69
commit
8938095fc3
1 changed files with 2 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.2.0.0"
|
version:"2.2.0.1"
|
||||||
};
|
};
|
||||||
|
|
||||||
process.applyElementer = function () {
|
process.applyElementer = function () {
|
||||||
|
@ -117,7 +117,7 @@ var Process = (function (process) {
|
||||||
watching: {
|
watching: {
|
||||||
watcher:ClientWatcher.addWatcher({
|
watcher:ClientWatcher.addWatcher({
|
||||||
pollingFrequency:3000,
|
pollingFrequency:3000,
|
||||||
watch:{sheets:false,active:false},
|
rules:{sheets:false,active:false},
|
||||||
domain:{fiddler:false,scope:elements.controls.wholeSheet.checked ? "Sheet" : "Active"}
|
domain:{fiddler:false,scope:elements.controls.wholeSheet.checked ? "Sheet" : "Active"}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue