Merge branch 'v3'
Conflicts: builds/appchan-x.user.js builds/crx/script.js
This commit is contained in:
commit
99033cdffa
@ -8835,7 +8835,7 @@
|
||||
}
|
||||
}
|
||||
};
|
||||
QR.req = $.ajax($.id('postForm').parentNode.action, options, extra);
|
||||
QR.req = $.ajax("//sys.4chan.org/" + g.BOARD + "/post", options, extra);
|
||||
QR.req.uploadStartTime = Date.now();
|
||||
QR.req.progress = '...';
|
||||
return QR.status();
|
||||
|
||||
@ -8826,7 +8826,7 @@
|
||||
}
|
||||
}
|
||||
};
|
||||
QR.req = $.ajax($.id('postForm').parentNode.action, options, extra);
|
||||
QR.req = $.ajax("//sys.4chan.org/" + g.BOARD + "/post", options, extra);
|
||||
QR.req.uploadStartTime = Date.now();
|
||||
QR.req.progress = '...';
|
||||
return QR.status();
|
||||
|
||||
@ -593,7 +593,7 @@ QR =
|
||||
QR.req.progress = "#{Math.round e.loaded / e.total * 100}%"
|
||||
QR.status()
|
||||
|
||||
QR.req = $.ajax $.id('postForm').parentNode.action, options, extra
|
||||
QR.req = $.ajax "//sys.4chan.org/#{g.BOARD}/post", options, extra
|
||||
# Starting to upload might take some time.
|
||||
# Provide some feedback that we're starting to submit.
|
||||
QR.req.uploadStartTime = Date.now()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user