mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
remove debug code
This commit is contained in:
parent
0a29a496d7
commit
32da2d15b6
1 changed files with 0 additions and 1 deletions
|
@ -3,7 +3,6 @@ var Site = {
|
|||
var link = $('a#followLink')
|
||||
var span = $('a#followLink span')
|
||||
$.post('/site/'+siteId+'/toggle_follow', {csrf_token: csrfToken}, function(res) {
|
||||
console.log(res)
|
||||
if(res.result == "followed") {
|
||||
span.text('Unfollow')
|
||||
link.removeClass('follow')
|
||||
|
|
Loading…
Add table
Reference in a new issue