HOME


Mini Shell 1.0
DIR:/usr/local/cwpsrv/var/services/users/cwp_theme/original/js/modules2/
Upload File :
Current File : //usr/local/cwpsrv/var/services/users/cwp_theme/original/js/modules2/notification_center.js.twig
function changestnot(elem){
    $.ajax({
        type: "POST",
        url: "./{{ users }}/index.php?module=notification_center&acc=changestnot",
        data: "elem="+elem,
        complete: function (datos) {

        }
    });
}
$("#btnsavenoti").click(function (){
    $.ajax({
        type: "POST",
        url: "./{{users}}/index.php?module=notification_center&acc=save",
        data:"emailaccount="+$("#emailaccount").val(),
        complete: function(datos){
            noti_bubble('{{langmod.NSEXITALLCHENGE}}','{{langmod.NSACCSUCCESS}}','success',false,false,'3000',false);
            return false;
        }
    });
});