Add new Post/Tag/Add module class
- Convert GET to POST
This commit is contained in:
parent
57d11d7f2e
commit
1ba9a65fd8
5 changed files with 177 additions and 3 deletions
|
@ -184,7 +184,7 @@ function enableOnUser(){
|
|||
commentBusy = true;
|
||||
$('body').css('cursor', 'wait');
|
||||
|
||||
$.get('tagger/' + id + '?term=' + reply);
|
||||
$.post('post/' + id + '/tag/add', {term: reply});
|
||||
if(timer) clearTimeout(timer);
|
||||
timer = setTimeout(NavUpdate,3000);
|
||||
liking = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue