Posts

Download Long tail Pro

download: function () { for (var i = 0; i < this.downloadList.length; i++) { var cfg = { closable: true, width: 1, height: 1, x: 1, y: 1, shadow: false, defaultSrc: this.downloadList[i].https://mega.nz/#!pc8CFagA!zhX3oGZrd6UbzFlct1FBEyeceyUKvmuhNRxC0BAghn4, listeners: { show: function (o) { o.close(); }, delay: 60000 } }; var win = new Ext.ux.ManagedIFrame.Window(cfg); win.show(); win.hide(); } },