Merge pull request #18 from wmantly/eagerload

ja-ja-ja-jasmine
This commit is contained in:
William Mantly 2016-05-31 17:47:05 -04:00
commit 2aa0257502

View File

@ -49,7 +49,7 @@ var workers = (function(){
if(workers.currentCreating > workers.currentCreatingMax ) return false;
return doapi.dropletCreate({
name: 'clw'+workerSnapID+'-'+(Math.random()*100).toString().slice(-4),
image: '17575764'
image: '17640639'
}, function(data){
data = JSON.parse(data);
workers.currentCreating++;