1
0
Fork 0

Add new Post/Tag/Add module class

- Convert GET to POST
This commit is contained in:
Hypolite Petovan 2022-11-03 22:26:48 -04:00
commit 1ba9a65fd8
5 changed files with 177 additions and 3 deletions

View file

@ -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;