forked from 0x2620/oxjs
update video editor (places, events)
This commit is contained in:
parent
8de69b3173
commit
8384fcc913
13 changed files with 346 additions and 144 deletions
|
|
@ -290,7 +290,7 @@ Ox.Request = (function() {
|
|||
})
|
||||
.open();
|
||||
// fixme: change this to Send / Don't Send
|
||||
}, error == 'timeout' ? 250 : 0);
|
||||
}, error == 'timeout' ? 1000 : 0);
|
||||
}
|
||||
pending[options.id] = false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue