aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorgit-marijus <mario@mariovavti.com>2013-07-13 21:40:53 +0200
committergit-marijus <mario@mariovavti.com>2013-07-13 21:40:53 +0200
commit33d1736228374d13f70d1cfd158a4e99f00a5cbc (patch)
tree2719ed6e26a80514aed8ae29f2957e516e2af7b9 /view
parent272642966b3019cb09961f47de7b91c29e98f2b7 (diff)
downloadvolse-hubzilla-33d1736228374d13f70d1cfd158a4e99f00a5cbc.tar.gz
volse-hubzilla-33d1736228374d13f70d1cfd158a4e99f00a5cbc.tar.bz2
volse-hubzilla-33d1736228374d13f70d1cfd158a4e99f00a5cbc.zip
port like button to spin.js
Diffstat (limited to 'view')
-rwxr-xr-xview/tpl/jot-header.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/jot-header.tpl b/view/tpl/jot-header.tpl
index ae0ccc8e8..03a23ecc8 100755
--- a/view/tpl/jot-header.tpl
+++ b/view/tpl/jot-header.tpl
@@ -200,12 +200,12 @@ function enableOnUser(){
function jotShare(id) {
if ($('#jot-popup').length != 0) $('#jot-popup').show();
- $('#like-rotator-' + id).show();
+ $('#like-rotator-' + id).spin('tiny);
$.get('{{$baseurl}}/share/' + id, function(data) {
if (!editor) $("#profile-jot-text").val("");
initEditor(function(){
addeditortext(data);
- $('#like-rotator-' + id).hide();
+ $('#like-rotator-' + id).spin(false);
$(window).scrollTop(0);
});