diff options
author | git-marijus <mario@mariovavti.com> | 2013-07-13 21:40:53 +0200 |
---|---|---|
committer | git-marijus <mario@mariovavti.com> | 2013-07-13 21:40:53 +0200 |
commit | 33d1736228374d13f70d1cfd158a4e99f00a5cbc (patch) | |
tree | 2719ed6e26a80514aed8ae29f2957e516e2af7b9 /view/tpl/jot-header.tpl | |
parent | 272642966b3019cb09961f47de7b91c29e98f2b7 (diff) | |
download | volse-hubzilla-33d1736228374d13f70d1cfd158a4e99f00a5cbc.tar.gz volse-hubzilla-33d1736228374d13f70d1cfd158a4e99f00a5cbc.tar.bz2 volse-hubzilla-33d1736228374d13f70d1cfd158a4e99f00a5cbc.zip |
port like button to spin.js
Diffstat (limited to 'view/tpl/jot-header.tpl')
-rwxr-xr-x | view/tpl/jot-header.tpl | 4 |
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); }); |