function notificationsUpdated(res) {
    $("#notificationsettingschangedalert").removeClass("alert-success, alert-danger").hide().html(res.msg);
    if (res.status) {
        $("#notificationsettingschangedalert").addClass("alert-success").show();
    } else