I am integrating the Box Content Uploader in Salesforce, Close button appears when i haven't specified the onClose function in the code, I am just using the following code and successfully upload the files but i dot not want close button to show, can any one help me.
var uploader = new Box.ContentUploader();
uploader.show(folderId, tokenJs, {
container: '.container'
});