Subversion Repositories SmartDukaan

Rev

Rev 16244 | Rev 18308 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 16244 Rev 16247
Line 522... Line 522...
522
    }
522
    }
523
    else if (activityType == "ESCALATE_TICKET") {
523
    else if (activityType == "ESCALATE_TICKET") {
524
        $.colorbox({
524
        $.colorbox({
525
            inline : true,
525
            inline : true,
526
            width : "675px",
526
            width : "675px",
527
            height : "560px",
527
            height : "800px",
528
            href : "div#escalation-div",
528
            href : "div#escalation-div",
529
            onClosed : function() {
529
            onClosed : function() {
530
                CKEDITOR.instances['escalation-mail-body'].destroy(false);
530
                CKEDITOR.instances['escalation-mail-body'].destroy(false);
531
                $("div#escalation-div").hide();
531
                $("div#escalation-div").hide();
532
                $('select#activity-type').val('OTHER');
532
                $('select#activity-type').val('OTHER');