Subversion Repositories SmartDukaan

Rev

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

Rev 3339 Rev 3390
Line 174... Line 174...
174
    });
174
    });
175
 
175
 
176
    $(".list-customer-activity").live('click', function() {
176
    $(".list-customer-activity").live('click', function() {
177
        listActivities('infopane', "creatorId=1");
177
        listActivities('infopane', "creatorId=1");
178
    });
178
    });
-
 
179
 
-
 
180
    $("#mark-as-read").live('click', function() {
-
 
181
        var activityId = $(this).attr('activityId');
-
 
182
        markAsRead(activityId);
-
 
183
    });
179
});
184
});
180
185