Subversion Repositories SmartDukaan

Rev

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

Rev 3234 Rev 3269
Line 288... Line 288...
288
        }
288
        }
289
    });
289
    });
290
}
290
}
291
 
291
 
292
function processActivityTypeChange(userId, activityType) {
292
function processActivityTypeChange(userId, activityType) {
293
    if (activityType == "EMAIL_CUSTOMER") {
293
    if (activityType == "SEND_EMAIL_TO_CUSTOMER") {
294
        $.colorbox({
294
        $.colorbox({
295
            inline : true,
295
            inline : true,
296
            width : "735px",
296
            width : "735px",
297
            height : "365px",
297
            height : "365px",
298
            href : "div#mail-div",
298
            href : "div#mail-div",