else if (node.classList.contains('forum-comment-delete')) {
              Ext.Msg.confirm("Delete Comment", 'Are you sure you wish to delete the topic?', function(btn){
                    if(btn === 'yes'){                        
                        this.fireEvent('deletetopic', this.forumId, parseInt(node.attributes['topicid'].value));
                        this.fireEvent('reload');