removed auth.json

This commit is contained in:
coderaiser 2012-11-01 09:32:23 -04:00
parent daea85ecc8
commit fce27eb0b3
4 changed files with 24 additions and 12 deletions

View file

@ -66,12 +66,12 @@ var CloudCommander, $;
download: {name: 'Download',callback: function(key, opt){
Util.Images.showLoad();
var lCurrent = Util.getCurrentFile();
var lLink = Util.getByTag('a', lCurrent)[0].href;
var lCurrent = Util.getCurrentFile(),
lLink = Util.getByTag('a', lCurrent)[0].href;
console.log('downloading file ' + lLink +'...');
lLink = lLink + '?download';
lLink = lLink + '?download';
var lId = Util.getIdBySrc(lLink);
if(!Util.getById(lId)){