Subversion Repositories SmartDukaan

Rev

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

Rev 4020 Rev 4027
Line 341... Line 341...
341
    }
341
    }
342
    else if (activityType == "ESCALATE_TICKET") {
342
    else if (activityType == "ESCALATE_TICKET") {
343
        $.colorbox({
343
        $.colorbox({
344
            inline : true,
344
            inline : true,
345
            width : "675px",
345
            width : "675px",
346
            height : "525px",
346
            height : "560px",
347
            href : "div#escalation-div",
347
            href : "div#escalation-div",
348
            onClosed : function() {
348
            onClosed : function() {
349
                CKEDITOR.instances['escalation-mail-body'].destroy(false);
349
                CKEDITOR.instances['escalation-mail-body'].destroy(false);
350
                $("div#escalation-div").hide();
350
                $("div#escalation-div").hide();
351
                $('select#activity-type').val('OTHER');
351
                $('select#activity-type').val('OTHER');