dimiss notifications

This commit is contained in:
2017-02-21 03:18:21 +01:00
parent d7bef28136
commit 262d413afd
8 changed files with 59 additions and 5695 deletions

View File

@ -27,3 +27,14 @@ $('input.Blogcirle[type=checkbox]').on('change',allowCircleToBlog);
}
);
var notifClick = function(nid) { $.get('/api/dimiss/click/'+nid).done(function(data) {
console.log( "second success" );
console.log(data);
})
.fail(function() {
console.log( "error" );
})
.always(function() {
console.log( "finished" );
}); };