jQuery(wym._box).find(
        tableEditor._options.sMergeRowButtonSelector
    ).click(function () {
        tableEditor.mergeRow();
        return false;