stuff
This commit is contained in:
parent
e9bd665cc1
commit
de4ce8553e
@ -46,7 +46,7 @@ var workers = (function(){
|
|||||||
};
|
};
|
||||||
|
|
||||||
workers.create = function(){
|
workers.create = function(){
|
||||||
if(workers.currentCreating > workers.currentCreatingMax )
|
if(workers.currentCreating > workers.currentCreatingMax ) return false;
|
||||||
return doapi.dropletCreate({
|
return doapi.dropletCreate({
|
||||||
name: 'clw'+workerSnapID+'-'+(Math.random()*100).toString().slice(-4),
|
name: 'clw'+workerSnapID+'-'+(Math.random()*100).toString().slice(-4),
|
||||||
image: '17575764'
|
image: '17575764'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user