// Copyright (c) 2015 Spinpunch, Inc. All Rights Reserved. // See License.txt for license information. module.exports = React.createClass({ handleConfirm: function() { $('#'+this.props.parent_id).attr('data-confirm', 'true'); $('#'+this.props.parent_id).modal('hide'); $('#'+this.props.id).modal('hide'); }, render: function() { return ( ); } });