|
|
|
@ -69,11 +69,11 @@ function showAdvanceOperation(operation, button) {
|
|
|
|
|
$(button).addClass('selected');
|
|
|
|
|
$(button).siblings().removeClass('selected');
|
|
|
|
|
if ($(button).attr("id") == 'allNotifications') {
|
|
|
|
|
$("#noNotificationtxt").html('You do not have any unread notifications ');
|
|
|
|
|
} else if ($(button).attr("id") == 'unReadNotifications') {
|
|
|
|
|
$("#noNotificationtxt").html('You do not have any notifications ');
|
|
|
|
|
} else if ($(button).attr("id") == 'unReadNotifications') {
|
|
|
|
|
$("#noNotificationtxt").html('You do not have any unread notifications ');
|
|
|
|
|
} else {
|
|
|
|
|
$("#noNotificationtxt").html('You do not have any notifications ');
|
|
|
|
|
$("#noNotificationtxt").html('You do not have any unread notifications ');
|
|
|
|
|
}
|
|
|
|
|
var hiddenOperation = ".wr-hidden-operations-content > div";
|
|
|
|
|
$(hiddenOperation + '[data-operation="' + operation + '"]').show();
|
|
|
|
|