Compile.
This commit is contained in:
parent
2f16cded5c
commit
1d267e0541
@ -3566,7 +3566,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
parseArchivedPost: function(req, board, postID, root, cb) {
|
parseArchivedPost: function(req, board, postID, root, cb) {
|
||||||
var bq, comment, data, o;
|
var bq, comment, data, o, _ref;
|
||||||
data = JSON.parse(req.response);
|
data = JSON.parse(req.response);
|
||||||
if (data.error) {
|
if (data.error) {
|
||||||
$.addClass(root, 'warning');
|
$.addClass(root, 'warning');
|
||||||
@ -3628,7 +3628,7 @@
|
|||||||
dateUTC: data.timestamp,
|
dateUTC: data.timestamp,
|
||||||
comment: comment
|
comment: comment
|
||||||
};
|
};
|
||||||
if (data.media.media_filename) {
|
if ((_ref = data.media) != null ? _ref.media_filename : void 0) {
|
||||||
o.file = {
|
o.file = {
|
||||||
name: data.media.media_filename_processed,
|
name: data.media.media_filename_processed,
|
||||||
timestamp: data.media.media_orig,
|
timestamp: data.media.media_orig,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user