Subversion Repositories SmartDukaan

Rev

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

Rev 4267 Rev 4314
Line 443... Line 443...
443
 
443
 
444
function displayCancelOrderPopUp() {
444
function displayCancelOrderPopUp() {
445
    	$.colorbox({
445
    	$.colorbox({
446
            inline : true,
446
            inline : true,
447
            width : "650px",
447
            width : "650px",
448
            height : "520px",
448
            height : "550px",
449
            href : "div#cancel-cod-div",
449
            href : "div#cancel-cod-div",
450
            onClosed : function() {
450
            onClosed : function() {
451
                CKEDITOR.instances['cancel-cod-body'].destroy(false);
451
                CKEDITOR.instances['cancel-cod-body'].destroy(false);
452
                $("div#cancel-cod-div").hide();
452
                $("div#cancel-cod-div").hide();
453
            }
453
            }