mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Fixing style issue in file_attachment.jsx
This commit is contained in:
@@ -64,7 +64,8 @@ export default class FileAttachment extends React.Component {
|
||||
var url = path.replace(re1, '%20').replace(re2, '%28').replace(re3, '%29');
|
||||
$(imgDiv).css('background-image', 'url(' + url + '_thumb.jpg)');
|
||||
}
|
||||
}; }(fileInfo.path, filename));
|
||||
};
|
||||
}(fileInfo.path, filename));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user