mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2024-10-01 01:26:10 -04:00
scrutinizer issues
This commit is contained in:
parent
ec9fb750b4
commit
1a1369ff53
@ -2163,9 +2163,9 @@ jQuery.PrivateBin = function($, sjcl, Base64, RawDeflate) {
|
||||
var AttachmentViewer = (function (window, document) {
|
||||
var me = {};
|
||||
|
||||
me.$attachmentLink;
|
||||
me.$attachmentPreview;
|
||||
me.$attachment;
|
||||
me.$attachmentLink = undefined;
|
||||
me.$attachmentPreview = undefined;
|
||||
me.$attachment = undefined;
|
||||
|
||||
var attachmentHasPreview = false;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user