dimiss notifications
This commit is contained in:
parent
6ca18b65f4
commit
ce0bb4efb5
8 changed files with 59 additions and 5695 deletions
|
|
@ -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" );
|
||||
}); };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue