diff options
author | friendica <info@friendica.com> | 2012-07-14 20:39:46 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-07-14 20:39:46 -0700 |
commit | 03209d2d0dc6b0ceed2325bff598fede2c538301 (patch) | |
tree | fb230666b2b79f97ddd744fe155a4b088640ad29 /js/main.js | |
parent | a20a6377277a985fa596b0ea460d91b97f79b4a5 (diff) | |
download | volse-hubzilla-03209d2d0dc6b0ceed2325bff598fede2c538301.tar.gz volse-hubzilla-03209d2d0dc6b0ceed2325bff598fede2c538301.tar.bz2 volse-hubzilla-03209d2d0dc6b0ceed2325bff598fede2c538301.zip |
updates
Diffstat (limited to 'js/main.js')
-rw-r--r-- | js/main.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/js/main.js b/js/main.js index 885e042aa..a5ce89460 100644 --- a/js/main.js +++ b/js/main.js @@ -357,9 +357,9 @@ function dolike(ident,verb) { unpause(); $('#like-rotator-' + ident.toString()).show(); - $.get('like/' + ident.toString() + '?verb=' + verb ); - if(timer) clearTimeout(timer); - timer = setTimeout(NavUpdate,3000); + $.get('like/' + ident.toString() + '?verb=' + verb, NavUpdate ); +// if(timer) clearTimeout(timer); +// timer = setTimeout(NavUpdate,3000); liking = 1; } |