Add semicolon required by codacy

This commit is contained in:
rugk 2018-05-22 11:43:44 +02:00
parent 0b98e444d6
commit 567fa8b61f
No known key found for this signature in database
GPG key ID: 05D40A636AFAB34D
3 changed files with 4 additions and 4 deletions

View file

@ -718,14 +718,14 @@ jQuery.PrivateBin = (function($, sjcl, Base64, RawDeflate) {
// show error message
Alert.showError(Uploader.parseUploadError(status, data, 'getting paste data'));
})
});
Uploader.setSuccess(function (status, data) {
pasteData = data;
if (typeof callback === 'function') {
return callback(data);
}
})
});
Uploader.run();
};