make ogg non global
This commit is contained in:
parent
1eb3456f4c
commit
8019271a34
|
@ -94,7 +94,7 @@ UploadQueue.prototype.upload = function(no) {
|
||||||
this.isUploading = true;
|
this.isUploading = true;
|
||||||
$('#progressbar').show();
|
$('#progressbar').show();
|
||||||
$li.addClass("uploading");
|
$li.addClass("uploading");
|
||||||
ogg = ChunkUploader({
|
var ogg = ChunkUploader({
|
||||||
'file': fil,
|
'file': fil,
|
||||||
'url': add_url,
|
'url': add_url,
|
||||||
'data': data,
|
'data': data,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user