save derivatives

This commit is contained in:
j 2010-09-15 15:03:00 +02:00
commit a12e207a28
3 changed files with 21 additions and 14 deletions

View file

@ -1,6 +1,7 @@
if(typeof(app.afterLaunch) == "undefined")
app.afterLaunch = [];
//app.afterLaunch[0]();
app.afterLaunch.push(function() {
if (typeof(OxFF) == 'undefined')
return;
@ -32,7 +33,6 @@ app.afterLaunch.push(function() {
.append("For this part of the page to work, you have to allow OxFF to send data to this site")
.open();
} else {
Ox.print('we got it, lets party');
_this.api.login(app.user.username);
_this.api.volumes(function(result) {
var data = JSON.parse(result);