Add comments API support and tests
This commit is contained in:
parent
0fd9e40d67
commit
eebc83cf7e
6 changed files with 236 additions and 18 deletions
|
|
@ -3,7 +3,7 @@ var notifClick =
|
|||
function(nid) {
|
||||
if (nid > 0) {
|
||||
$.get({
|
||||
url: '/api/dimiss/click/' + nid,
|
||||
url: '/api/v1/dimiss/click/' + nid,
|
||||
success: $('div[data-nid='+nid+']').remove()
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue